Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
09ee557b70 | ||
|
f6436ad95c | ||
|
8e08fb609c | ||
|
2b0b2b72c2 | ||
|
b3a5bf6261 | ||
|
f8d63e292d | ||
|
82427dcda6 | ||
|
a1f2e6f2ce | ||
|
ec13a9294e | ||
|
4108f6781b | ||
|
265b82f494 | ||
|
9216c9424f | ||
|
145d8db155 | ||
|
b4b7150a28 | ||
|
8c9780d561 | ||
|
1fd118385f | ||
|
6717e39fa3 | ||
|
d8ed1004b7 | ||
|
2b7574fdef |
44
package.json
44
package.json
@ -1,16 +1,46 @@
|
||||
{
|
||||
"name": "va11halla-syntax",
|
||||
"theme": "syntax",
|
||||
"version": "0.1.0",
|
||||
"_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,
|
||||
"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",
|
||||
"engines": {
|
||||
"atom": ">=1.0.0 <2.0.0"
|
||||
}
|
||||
"name": "va11halla-syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevroded/va11halla-syntax.git"
|
||||
},
|
||||
"theme": "syntax",
|
||||
"version": "4.0.0"
|
||||
}
|
||||
|
BIN
styles/JillTransparent.png
Normal file
BIN
styles/JillTransparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 595 KiB |
@ -4,7 +4,7 @@
|
||||
|
||||
atom-text-editor {
|
||||
color: @syntax-text-color;
|
||||
background-color: fade(@syntax-background-color, 15%);
|
||||
background-color: @kira;
|
||||
|
||||
.wrap-guide {
|
||||
background-color: @syntax-wrap-guide-color;
|
||||
@ -19,7 +19,7 @@ atom-text-editor {
|
||||
}
|
||||
|
||||
.gutter {
|
||||
background-color: @miki-off;
|
||||
background-color: @kira;
|
||||
color: @stella2;
|
||||
|
||||
.line-number {
|
||||
@ -313,10 +313,10 @@ atom-text-editor {
|
||||
atom-text-editor[mini] .scroll-view {
|
||||
padding-left: 1px;
|
||||
}
|
||||
.item-views {
|
||||
background-image: url("atom://mikutax-syntax/styles/Jill_Transparent.png");
|
||||
.editor {
|
||||
background: url("atom://va11halla-syntax/styles/JillTransparent.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: #4f29b8;
|
||||
@kira: #170057;
|
||||
|
Loading…
x
Reference in New Issue
Block a user