From 34bdd7815fed5e68caf1cc199ea08e966af6a6ab Mon Sep 17 00:00:00 2001 From: royqh1979 Date: Tue, 2 Nov 2021 19:52:12 +0800 Subject: [PATCH] - change: The error color of color scheme "vs code" --- NEWS.md | 1 + RedPandaIDE/colorschemes/Intellij_Classic.scheme | 3 +-- RedPandaIDE/colorschemes/VS_Code.scheme | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index d89d3803..187195d0 100644 --- a/NEWS.md +++ b/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 diff --git a/RedPandaIDE/colorschemes/Intellij_Classic.scheme b/RedPandaIDE/colorschemes/Intellij_Classic.scheme index 54d8a414..e09151af 100644 --- a/RedPandaIDE/colorschemes/Intellij_Classic.scheme +++ b/RedPandaIDE/colorschemes/Intellij_Classic.scheme @@ -153,8 +153,7 @@ "background" : "#FF0000" }, "Error" : { - "foreground" : "#FFFFFF", - "background" : "#800000" + "foreground" : "#FF0000" }, "Active Breakpoint" : { "foreground" : "#FFFFFF", diff --git a/RedPandaIDE/colorschemes/VS_Code.scheme b/RedPandaIDE/colorschemes/VS_Code.scheme index dab90727..07259191 100644 --- a/RedPandaIDE/colorschemes/VS_Code.scheme +++ b/RedPandaIDE/colorschemes/VS_Code.scheme @@ -151,8 +151,7 @@ "Breakpoint" : { }, "Error" : { - "foreground" : "#C0C0C0", - "background" : "#800000" + "foreground" : "#ff2f32" }, "Active Breakpoint" : { "foreground" : "#FFFFCE",