[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

@ -69,6 +69,10 @@
"color": "$base00",
"background-color": "$base3"
},
"scrollbar": {
"color": "$base03",
"background-color": "$base0"
},
"focused": {
"color": "$base03",
"background-color": "$base01"

View File

@ -69,6 +69,10 @@
"color": "$base00",
"background-color": "$base3"
},
"scrollbar": {
"color": "$base3",
"background-color": "$base00"
},
"focused": {
"color": "$base03",
"background-color": "$base01"