Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
44
package.json
44
package.json
@ -1,46 +1,16 @@
|
||||
{
|
||||
"_from": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"_id": "va11halla-syntax@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-iAE3irc5TsOxTc9g4p5RUR90P9krjpo5OpqPNFzIEVHMZjWlPPR1vwEy5PF2oBu+SRWHdIWtkhPDTDOkx1Vx+A==",
|
||||
"_location": "/va11halla-syntax",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "remote",
|
||||
"raw": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"rawSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"saveSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"fetchSpec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"_shasum": "5c8fdef5cc863533e02f7311c1042f457bf460b7",
|
||||
"_spec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
|
||||
"_where": "C:\\Users\\kevro\\AppData\\Local\\Temp\\apm-install-dir-20201123-10068-1hw26db.b6v7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevroded/va11halla-syntax/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"name": "va11halla-syntax",
|
||||
"theme": "syntax",
|
||||
"version": "0.1.0",
|
||||
"description": "Syntax and UI theme for va11halla",
|
||||
"engines": {
|
||||
"atom": ">=1.0.0 <2.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/kevroded/va11halla-syntax#readme",
|
||||
"keywords": [
|
||||
"syntax",
|
||||
"ui",
|
||||
"theme"
|
||||
],
|
||||
"repository": "https://github.com/kevroded/va11halla-syntax",
|
||||
"license": "MIT",
|
||||
"name": "va11halla-syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevroded/va11halla-syntax.git"
|
||||
},
|
||||
"theme": "syntax",
|
||||
"version": "4.0.0"
|
||||
"engines": {
|
||||
"atom": ">=1.0.0 <2.0.0"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 595 KiB |
@ -4,7 +4,7 @@
|
||||
|
||||
atom-text-editor {
|
||||
color: @syntax-text-color;
|
||||
background-color: @kira;
|
||||
background-color: fade(@syntax-background-color, 15%);
|
||||
|
||||
.wrap-guide {
|
||||
background-color: @syntax-wrap-guide-color;
|
||||
@ -19,7 +19,7 @@ atom-text-editor {
|
||||
}
|
||||
|
||||
.gutter {
|
||||
background-color: @kira;
|
||||
background-color: @miki-off;
|
||||
color: @stella2;
|
||||
|
||||
.line-number {
|
||||
@ -313,10 +313,10 @@ atom-text-editor {
|
||||
atom-text-editor[mini] .scroll-view {
|
||||
padding-left: 1px;
|
||||
}
|
||||
.editor {
|
||||
background: url("atom://va11halla-syntax/styles/JillTransparent.png");
|
||||
.item-views {
|
||||
background-image: url("atom://mikutax-syntax/styles/Jill_Transparent.png");
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 100%;
|
||||
|
||||
background-color: @syntax-background-color;
|
||||
}
|
||||
|
@ -21,4 +21,4 @@
|
||||
@alma: #db28aa;
|
||||
@stella: #cb213c;
|
||||
@stella2: #f8137a;
|
||||
@kira: #170057;
|
||||
@kira: #4f29b8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user