- 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
|
||||
- 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
|
||||
|
|
|
@ -153,8 +153,7 @@
|
|||
"background" : "#FF0000"
|
||||
},
|
||||
"Error" : {
|
||||
"foreground" : "#FFFFFF",
|
||||
"background" : "#800000"
|
||||
"foreground" : "#FF0000"
|
||||
},
|
||||
"Active Breakpoint" : {
|
||||
"foreground" : "#FFFFFF",
|
||||
|
|
|
@ -151,8 +151,7 @@
|
|||
"Breakpoint" : {
|
||||
},
|
||||
"Error" : {
|
||||
"foreground" : "#C0C0C0",
|
||||
"background" : "#800000"
|
||||
"foreground" : "#ff2f32"
|
||||
},
|
||||
"Active Breakpoint" : {
|
||||
"foreground" : "#FFFFCE",
|
||||
|
|
Loading…
Reference in New Issue