Compare commits

..

No commits in common. "master" and "v0.1.1" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -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": "4.0.0" "version": "0.1.0"
} }

View File

@ -313,10 +313,10 @@ atom-text-editor {
atom-text-editor[mini] .scroll-view { atom-text-editor[mini] .scroll-view {
padding-left: 1px; padding-left: 1px;
} }
.editor { .item-views {
background: url("atom://va11halla-syntax/styles/JillTransparent.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: #FFFFFF;
} }