- 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 - 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: 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 - 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 Version 0.7.7
- enhancement: Problem Set - enhancement: Problem Set

View File

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

View File

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