- change: The error color of color scheme "vs code"

This commit is contained in:
royqh1979 2021-11-02 19:52:12 +08:00
parent b6ab20e69e
commit 34bdd7815f
3 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,7 @@ Version 0.7.8
- enhancement: In problem view's output control, indicates which line is different with the expected
- fix: current input/expected not correctly applied when save/run problem cases
- fix: colors of the syntax issues view are not correctly set using the current color sheme
- change: The error color of color scheme "vs code"
Version 0.7.7
- enhancement: Problem Set

View File

@ -153,8 +153,7 @@
"background" : "#FF0000"
},
"Error" : {
"foreground" : "#FFFFFF",
"background" : "#800000"
"foreground" : "#FF0000"
},
"Active Breakpoint" : {
"foreground" : "#FFFFFF",

View File

@ -151,8 +151,7 @@
"Breakpoint" : {
},
"Error" : {
"foreground" : "#C0C0C0",
"background" : "#800000"
"foreground" : "#ff2f32"
},
"Active Breakpoint" : {
"foreground" : "#FFFFCE",