Adjusting themes to have better contrast

This commit is contained in:
László Károlyi 2022-12-24 14:32:53 +01:00
parent ff0d8b1b87
commit a32717bc5f
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
4 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"ann": "a20.06.14-1",
"version": "r20.06.14-1",
"install_version": "r20.06.14-1",
}

View 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],
},
]
}

View 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"
]
}
],
},
]
}

View File

@ -6,6 +6,9 @@
"globals":
{
"invisibles": "#CCC",
"brackets_options": "italic",
"bracket_contents_options": "italic",
"tags_options": "glow",
},
"rules":
[