theme: Fix default dark code editor background color.

This commit is contained in:
Jason Lee 2025-09-02 17:28:19 +08:00
parent 02b432ed17
commit 34ec2564f8

View file

@ -317,8 +317,8 @@
},
"highlight": {
"editor.foreground": "#CACCCA",
"editor.background": "#131313",
"editor.active_line.background": "#353436",
"editor.background": "#0a0a0a",
"editor.active_line.background": "#171717",
"editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D",