Add files via upload

This commit is contained in:
Kevin Rode 2020-12-23 02:33:08 -05:00 committed by GitHub
parent d8ed1004b7
commit 6717e39fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@
"_resolved": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", "_resolved": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
"_shasum": "5c8fdef5cc863533e02f7311c1042f457bf460b7", "_shasum": "5c8fdef5cc863533e02f7311c1042f457bf460b7",
"_spec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball", "_spec": "https://www.atom.io/api/packages/va11halla-syntax/versions/0.1.0/tarball",
"_where": "C:\\Users\\Kevin\\AppData\\Local\\Temp\\apm-install-dir-2020615-36140-1xm8bhw.vxc3", "_where": "C:\\Users\\kevro\\AppData\\Local\\Temp\\apm-install-dir-20201123-10068-1hw26db.b6v7",
"bugs": { "bugs": {
"url": "https://github.com/kevroded/va11halla-syntax/issues" "url": "https://github.com/kevroded/va11halla-syntax/issues"
}, },
@ -42,5 +42,5 @@
"url": "git+https://github.com/kevroded/va11halla-syntax.git" "url": "git+https://github.com/kevroded/va11halla-syntax.git"
}, },
"theme": "syntax", "theme": "syntax",
"version": "0.2.0" "version": "0.1.0"
} }

BIN
styles/JillTransparent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

View File

@ -4,7 +4,7 @@
atom-text-editor { atom-text-editor {
color: @syntax-text-color; color: @syntax-text-color;
background-color: fade(@syntax-background-color, 15%); background-color: @kira;
.wrap-guide { .wrap-guide {
background-color: @syntax-wrap-guide-color; background-color: @syntax-wrap-guide-color;
@ -19,7 +19,7 @@ atom-text-editor {
} }
.gutter { .gutter {
background-color: @miki-off; background-color: @kira;
color: @stella2; color: @stella2;
.line-number { .line-number {
@ -314,9 +314,9 @@ atom-text-editor[mini] .scroll-view {
padding-left: 1px; padding-left: 1px;
} }
.item-views { .item-views {
background-image: url("atom://mikutax-syntax/styles/Jill_Transparent.png"); background-image: url("atom://va11halla-syntax/styles/JillTransparent.png");
background-position: right; background-position: right;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: auto 100%; background-size: auto 100%;
background-color: @syntax-background-color; background-color: #FFFFFF;
} }

View File

@ -9,16 +9,16 @@
@jill-vibrant: #f8137a; @jill-vibrant: #f8137a;
@dorothy-vibrant: #c89697; @dorothy-vibrant: #c89697;
@sei-vibrant: #413a87; @sei-vibrant: #413a87;
@alma-vibrant: #FFC34C; @alma-vibrant: #FFC34C;
@stella-vibrant: #cb213c; @stella-vibrant: #cb213c;
@sei-off: @sei-vibrant; @sei-off: @sei-vibrant;
@miki-off: #4f29b8; @miki-off: #4f29b8;
@miki: #137a7f; @miki: #137a7f ;
@dorothy: @dorothy-vibrant; @dorothy: @dorothy-vibrant;
@sei: @sei-vibrant; @sei: @sei-vibrant;
@alma: #db28aa; @alma: #db28aa;
@stella: #cb213c; @stella: #cb213c;
@stella2: #f8137a; @stella2: #f8137a;
@kira: #4f29b8; @kira: #170057;