[themes] add missing scrollbar style

Fixes #1074
This commit is contained in:
Tim Stack 2022-10-31 09:35:01 -07:00
parent 33f0cc51b9
commit cb55f588ec
5 changed files with 54 additions and 34 deletions

View File

@ -51,6 +51,10 @@
"color": "Silver",
"background-color": "Teal"
},
"scrollbar": {
"color": "Black",
"background-color": "Silver"
},
"focused": {
"color": "Black",
"background-color": "Silver"

View File

@ -60,6 +60,10 @@
"color": "$black",
"background-color": "Grey37"
},
"scrollbar": {
"color": "$black",
"background-color": "$white"
},
"h1": {
"underline": true
},

View File

@ -68,6 +68,10 @@
"color": "$base00",
"background-color": "$base3"
},
"scrollbar": {
"color": "$black",
"background-color": "$white"
},
"h1": {
"underline": true
},

View File

@ -4,23 +4,23 @@
"theme-defs": {
"solarized-dark": {
"vars": {
"base03": "#002b36",
"base02": "#073642",
"base01": "#586e75",
"base00": "#657b83",
"base0": "#839496",
"base1": "#93a1a1",
"base2": "#eee8d5",
"base3": "#fdf6e3",
"black": "#002b36",
"yellow": "#b58900",
"orange": "#cb4b16",
"red": "#dc322f",
"magenta": "#d33682",
"violet": "#6c71c4",
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",
"base03": "#002b36",
"base02": "#073642",
"base01": "#586e75",
"base00": "#657b83",
"base0": "#839496",
"base1": "#93a1a1",
"base2": "#eee8d5",
"base3": "#fdf6e3",
"black": "#002b36",
"yellow": "#b58900",
"orange": "#cb4b16",
"red": "#dc322f",
"magenta": "#d33682",
"violet": "#6c71c4",
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",
"semantic_highlight_color": "semantic()"
},
"styles": {
@ -69,6 +69,10 @@
"color": "$base00",
"background-color": "$base3"
},
"scrollbar": {
"color": "$base03",
"background-color": "$base0"
},
"focused": {
"color": "$base03",
"background-color": "$base01"

View File

@ -4,23 +4,23 @@
"theme-defs": {
"solarized-light": {
"vars": {
"base03": "#002b36",
"base02": "#073642",
"base01": "#586e75",
"base00": "#657b83",
"base0": "#839496",
"base1": "#93a1a1",
"base2": "#eee8d5",
"base3": "#fdf6e3",
"black": "#002b36",
"yellow": "#b58900",
"orange": "#cb4b16",
"red": "#dc322f",
"magenta": "#d33682",
"violet": "#6c71c4",
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",
"base03": "#002b36",
"base02": "#073642",
"base01": "#586e75",
"base00": "#657b83",
"base0": "#839496",
"base1": "#93a1a1",
"base2": "#eee8d5",
"base3": "#fdf6e3",
"black": "#002b36",
"yellow": "#b58900",
"orange": "#cb4b16",
"red": "#dc322f",
"magenta": "#d33682",
"violet": "#6c71c4",
"blue": "#268bd2",
"cyan": "#2aa198",
"green": "#859900",
"semantic_highlight_color": "semantic()"
},
"styles": {
@ -69,6 +69,10 @@
"color": "$base00",
"background-color": "$base3"
},
"scrollbar": {
"color": "$base3",
"background-color": "$base00"
},
"focused": {
"color": "$base03",
"background-color": "$base01"