Adjusting themes to have better contrast
This commit is contained in:
parent
ff0d8b1b87
commit
a32717bc5f
4 changed files with 59 additions and 0 deletions
5
Packages/User/GoSublime-aux.sublime-settings
Normal file
5
Packages/User/GoSublime-aux.sublime-settings
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ann": "a20.06.14-1",
|
||||
"version": "r20.06.14-1",
|
||||
"install_version": "r20.06.14-1",
|
||||
}
|
23
Packages/User/Material Monokai Soda.sublime-theme
Normal file
23
Packages/User/Material Monokai Soda.sublime-theme
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Documentation at https://www.sublimetext.com/docs/themes.html
|
||||
{
|
||||
"variables": {},
|
||||
"rules": [
|
||||
{
|
||||
"class": "sidebar_label",
|
||||
"parents": [
|
||||
{
|
||||
"class": "tree_row",
|
||||
"attributes": [
|
||||
"selectable",
|
||||
// Seems to make no difference in this context
|
||||
// "!selected",
|
||||
"!expandable",
|
||||
"!expanded",
|
||||
"!highlighted"
|
||||
]
|
||||
}
|
||||
],
|
||||
"color": [116, 145, 159],
|
||||
},
|
||||
]
|
||||
}
|
28
Packages/User/Material Primer Light.sublime-theme
Normal file
28
Packages/User/Material Primer Light.sublime-theme
Normal file
|
@ -0,0 +1,28 @@
|
|||
// Documentation at https://www.sublimetext.com/docs/themes.html
|
||||
{
|
||||
"variables": {},
|
||||
"rules": [
|
||||
{
|
||||
"class": "sidebar_heading",
|
||||
"color": [187, 196, 200],
|
||||
"font.bold": true,
|
||||
},
|
||||
{
|
||||
"class": "sidebar_label",
|
||||
"color": [146, 150, 157],
|
||||
"parents": [
|
||||
{
|
||||
"class": "tree_row",
|
||||
"attributes": [
|
||||
"selectable",
|
||||
// Seems to make no difference in this context
|
||||
// "!selected",
|
||||
"!expandable",
|
||||
"!expanded",
|
||||
"!highlighted"
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
|
@ -6,6 +6,9 @@
|
|||
"globals":
|
||||
{
|
||||
"invisibles": "#CCC",
|
||||
"brackets_options": "italic",
|
||||
"bracket_contents_options": "italic",
|
||||
"tags_options": "glow",
|
||||
},
|
||||
"rules":
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue