mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
UI: Change favorite color to be more muted
This commit is contained in:
parent
d8d517b8a8
commit
1ff9825f66
@ -65,7 +65,7 @@ private:
|
||||
long GetStyleFlags(Style style) const;
|
||||
|
||||
const wxColour kUpdateColor{ wxSystemSettings::SelectLightDark(wxColour(195, 57, 57), wxColour(84, 29, 29)) };
|
||||
const wxColour kFavoriteColor{ wxSystemSettings::SelectLightDark(wxColour(253, 246, 211), wxColour(79, 76, 10)) };
|
||||
const wxColour kFavoriteColor{ wxSystemSettings::SelectLightDark(wxColour(253, 246, 211), wxColour(82, 84, 48)) };
|
||||
const wxColour kSecondColor{ wxSystemSettings::SelectLightDark(wxColour(242, 249, 253), wxColour(34, 34, 34)) };
|
||||
void UpdateItemColors(sint32 startIndex = 0);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user