- change: The error color of color scheme "vs code"
This commit is contained in:
parent
b6ab20e69e
commit
34bdd7815f
1
NEWS.md
1
NEWS.md
|
@ -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
|
||||||
|
|
|
@ -153,8 +153,7 @@
|
||||||
"background" : "#FF0000"
|
"background" : "#FF0000"
|
||||||
},
|
},
|
||||||
"Error" : {
|
"Error" : {
|
||||||
"foreground" : "#FFFFFF",
|
"foreground" : "#FF0000"
|
||||||
"background" : "#800000"
|
|
||||||
},
|
},
|
||||||
"Active Breakpoint" : {
|
"Active Breakpoint" : {
|
||||||
"foreground" : "#FFFFFF",
|
"foreground" : "#FFFFFF",
|
||||||
|
|
|
@ -151,8 +151,7 @@
|
||||||
"Breakpoint" : {
|
"Breakpoint" : {
|
||||||
},
|
},
|
||||||
"Error" : {
|
"Error" : {
|
||||||
"foreground" : "#C0C0C0",
|
"foreground" : "#ff2f32"
|
||||||
"background" : "#800000"
|
|
||||||
},
|
},
|
||||||
"Active Breakpoint" : {
|
"Active Breakpoint" : {
|
||||||
"foreground" : "#FFFFCE",
|
"foreground" : "#FFFFCE",
|
||||||
|
|
Loading…
Reference in New Issue