- Change: Background color for highlighted buttons in the default theme.

This commit is contained in:
Roy Qu 2024-03-31 11:20:01 +08:00
parent 1c51326e8f
commit 96fabfc92c
2 changed files with 2 additions and 1 deletions

View File

@ -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. - 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. - 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. - 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 Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors. - enhancement: Code suggestion for embedded std::vectors.

View File

@ -30,7 +30,7 @@
"PaletteTextDisabled":"#bebebe", "PaletteTextDisabled":"#bebebe",
"PaletteButtonDisabled": "#efefef", "PaletteButtonDisabled": "#efefef",
"PaletteButtonTextDisabled":"#bebebe", "PaletteButtonTextDisabled":"#bebebe",
"PaletteHighlight":"#ffdddddd", "PaletteHighlight":"#ff678cb1",
"PaletteHighlightedText":"#ff000000" "PaletteHighlightedText":"#ff000000"
} }
} }