Skip to content

Commit b6c340b

Browse files
change the color of variables so they aren't white
1 parent 9dd3be1 commit b6c340b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

themes/solarized-dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"color": "#b58900"
6060
},
6161
"variable": {
62-
"color": "#93a1a1"
62+
"color": "#268bd2"
6363
},
6464
"variable.special": {
6565
"color": "#cb4b16"

themes/tokyonight-moon.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,10 @@
228228
"color": "#fca7ea"
229229
},
230230
"variable": {
231-
"color": "#c8d3f5"
231+
"color": "#82aaff"
232+
},
233+
"variable.special": {
234+
"color": "#ff757f"
232235
},
233236
"variable.builtin": {
234237
"color": "#ff757f"

0 commit comments

Comments
 (0)