mirror of
https://github.com/johnalanbrook/nova-acme-theme.git
synced 2024-12-04 06:19:54 -06:00
Initial add
This commit is contained in:
commit
9ff727047a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Version 1.0
|
||||
|
||||
Initial release
|
51
Themes/acme.css
Normal file
51
Themes/acme.css
Normal file
|
@ -0,0 +1,51 @@
|
|||
meta {
|
||||
-theme-interface-style: light;
|
||||
-theme-vibrancy: none;
|
||||
-theme-accent-color: false;
|
||||
}
|
||||
|
||||
/*
|
||||
* Window styles
|
||||
*/
|
||||
meta.window {
|
||||
background-color:#eaffff;
|
||||
border-color: #8888CC;
|
||||
}
|
||||
|
||||
/*
|
||||
* Document styles
|
||||
*/
|
||||
meta.document {
|
||||
background-color: #ffffea;
|
||||
border-color: #99994C;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
meta.text {
|
||||
color: #000000;
|
||||
}
|
||||
meta.text.invisible {
|
||||
color: hsla(210, 100%, 90%, 0.15);
|
||||
}
|
||||
meta.text.selected {
|
||||
color:#aa0000;
|
||||
}
|
||||
|
||||
/* Cursor */
|
||||
meta.cursor {
|
||||
background-color: #aa0000;
|
||||
}
|
||||
|
||||
/* Indentation Guides */
|
||||
meta.indentguide {
|
||||
border-color: #8888cc;
|
||||
}
|
||||
|
||||
/* Gutter */
|
||||
meta.gutter {
|
||||
color: #8888cc;
|
||||
}
|
||||
meta.gutter.selected {
|
||||
background-color: #eeee9e;
|
||||
color: #99994C;
|
||||
}
|
BIN
extension.jpeg
Normal file
BIN
extension.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
8
extension.json
Normal file
8
extension.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"identifier": "org.acme",
|
||||
"name": "acme theme",
|
||||
"organization": "Pockle World",
|
||||
"description": "Tribute to the plan9 acme editor",
|
||||
"version": "1.0",
|
||||
"categories": ["themes"]
|
||||
}
|
BIN
extension.png
Normal file
BIN
extension.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in a new issue