Compare commits

...

19 Commits

Author SHA1 Message Date
Kevin Rode
09ee557b70 Prepare v4.0.0 release 2021-01-04 01:35:04 -05:00
Kevin Rode
f6436ad95c Prepare v3.0.0 release 2021-01-04 01:34:16 -05:00
Kevin Rode
8e08fb609c Prepare v2.0.0 release 2021-01-04 01:31:14 -05:00
Kevin Rode
2b0b2b72c2 Updated package file 2021-01-04 01:30:58 -05:00
Kevin Rode
b3a5bf6261 Prepare v0.1.1 release 2021-01-03 23:24:57 -05:00
Kevin Rode
f8d63e292d
Delete JillTransparent.png 2021-01-03 03:17:08 -05:00
Kevin Rode
82427dcda6
Delete base.less 2021-01-03 03:17:03 -05:00
Kevin Rode
a1f2e6f2ce
Delete colors.less 2021-01-03 03:16:58 -05:00
Kevin Rode
ec13a9294e
Delete guides.less 2021-01-03 03:16:53 -05:00
Kevin Rode
4108f6781b
Delete syntax-variables.less 2021-01-03 03:16:48 -05:00
Kevin Rode
265b82f494
Delete LICENSE 2021-01-03 03:16:41 -05:00
Kevin Rode
9216c9424f
Delete README.md 2021-01-03 03:16:36 -05:00
Kevin Rode
145d8db155
Delete index.less 2021-01-03 03:16:30 -05:00
Kevin Rode
b4b7150a28
Delete package.json 2021-01-03 03:16:24 -05:00
Kevin Rode
8c9780d561
Fixed background color and Jill Transparency 2021-01-03 03:16:09 -05:00
Kevin Rode
1fd118385f
Fixed background colors and Transparent Jill 2021-01-03 03:08:58 -05:00
Kevin Rode
6717e39fa3
Add files via upload 2020-12-23 02:33:08 -05:00
Kevin Rode
d8ed1004b7 Prepare v0.2.0 release 2020-07-15 17:20:10 -04:00
Kevin Rode
2b7574fdef Fixed some color inconsistencies 2020-07-15 17:19:41 -04:00
4 changed files with 43 additions and 13 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

View File

@ -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;
}

View File

@ -21,4 +21,4 @@
@alma: #db28aa;
@stella: #cb213c;
@stella2: #f8137a;
@kira: #4f29b8;
@kira: #170057;