theme: Fix default dark code editor background color.
This commit is contained in:
parent
02b432ed17
commit
34ec2564f8
1 changed files with 2 additions and 2 deletions
|
|
@ -317,8 +317,8 @@
|
||||||
},
|
},
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"editor.foreground": "#CACCCA",
|
"editor.foreground": "#CACCCA",
|
||||||
"editor.background": "#131313",
|
"editor.background": "#0a0a0a",
|
||||||
"editor.active_line.background": "#353436",
|
"editor.active_line.background": "#171717",
|
||||||
"editor.line_number": "#8F8F8F",
|
"editor.line_number": "#8F8F8F",
|
||||||
"editor.active_line_number": "#DDDDDD",
|
"editor.active_line_number": "#DDDDDD",
|
||||||
"conflict": "#D2602D",
|
"conflict": "#D2602D",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue