diff --git a/package.json b/package.json index a4688ba..ae35b1b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "_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\\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": { "url": "https://github.com/kevroded/va11halla-syntax/issues" }, @@ -42,5 +42,5 @@ "url": "git+https://github.com/kevroded/va11halla-syntax.git" }, "theme": "syntax", - "version": "0.2.0" + "version": "0.1.0" } diff --git a/styles/JillTransparent.png b/styles/JillTransparent.png new file mode 100644 index 0000000..88ea56b Binary files /dev/null and b/styles/JillTransparent.png differ diff --git a/styles/base.less b/styles/base.less index ac0d044..5b01518 100644 --- a/styles/base.less +++ b/styles/base.less @@ -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 { @@ -314,9 +314,9 @@ atom-text-editor[mini] .scroll-view { padding-left: 1px; } .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-repeat: no-repeat; background-size: auto 100%; - background-color: @syntax-background-color; + background-color: #FFFFFF; } diff --git a/styles/colors.less b/styles/colors.less index acaf7f8..d574b96 100644 --- a/styles/colors.less +++ b/styles/colors.less @@ -9,16 +9,16 @@ @jill-vibrant: #f8137a; @dorothy-vibrant: #c89697; @sei-vibrant: #413a87; -@alma-vibrant: #FFC34C; +@alma-vibrant: #FFC34C; @stella-vibrant: #cb213c; @sei-off: @sei-vibrant; @miki-off: #4f29b8; -@miki: #137a7f; +@miki: #137a7f ; @dorothy: @dorothy-vibrant; @sei: @sei-vibrant; @alma: #db28aa; @stella: #cb213c; @stella2: #f8137a; -@kira: #4f29b8; +@kira: #170057;