[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", "color": "Silver",
"background-color": "Teal" "background-color": "Teal"
}, },
"scrollbar": {
"color": "Black",
"background-color": "Silver"
},
"focused": { "focused": {
"color": "Black", "color": "Black",
"background-color": "Silver" "background-color": "Silver"

View File

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

View File

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

View File

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

View File

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