change app color

This commit is contained in:
SoftFever
2023-01-03 22:05:20 +08:00
parent 8a86e13670
commit ab1d613f42
66 changed files with 165 additions and 163 deletions

View File

@@ -13,7 +13,7 @@ EVT_PAINT(TabButton::paintEvent)
END_EVENT_TABLE()
static wxColour BORDER_HOVER_COL = wxColour(0, 174, 66);
static wxColour BORDER_HOVER_COL = wxColour(0, 150, 136);
const static wxColour TAB_BUTTON_BG = wxColour("#FEFFFF");
const static wxColour TAB_BUTTON_SEL = wxColour(219, 253, 213, 255);