From 96fabfc92c8588055fd410156d19bb7b55d6fbd5 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sun, 31 Mar 2024 11:20:01 +0800 Subject: [PATCH] - Change: Background color for highlighted buttons in the default theme. --- NEWS.md | 1 + RedPandaIDE/resources/themes/default.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8b95d220..03f5559f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -107,6 +107,7 @@ Red Panda C++ Version 2.27 - fix: If there are only 1 line in the editor, shift+down can't select it. - enhancement: By default, use monospaced font to display register values in the CPU Info dialog. - fix: Negative values in register like AH/AL are wrongs displayed as 32/64-bit number. + - Change: Background color for highlighted buttons in the default theme. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors. diff --git a/RedPandaIDE/resources/themes/default.json b/RedPandaIDE/resources/themes/default.json index 4b782d23..6f49ae18 100644 --- a/RedPandaIDE/resources/themes/default.json +++ b/RedPandaIDE/resources/themes/default.json @@ -30,7 +30,7 @@ "PaletteTextDisabled":"#bebebe", "PaletteButtonDisabled": "#efefef", "PaletteButtonTextDisabled":"#bebebe", - "PaletteHighlight":"#ffdddddd", + "PaletteHighlight":"#ff678cb1", "PaletteHighlightedText":"#ff000000" } }