mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-22 15:40:02 +00:00
Added COLOR_CUSTOM_WHITE for more consistent colors across platforms.
This commit is contained in:
parent
c1e21abad5
commit
fd637ba199
@ -106,6 +106,8 @@ void Colors::Init() {
|
||||
grey = initColor(COLOR_CUSTOM_GREY, 128, 128, 128);
|
||||
orange = initColor(COLOR_CUSTOM_ORANGE, 255, 150, 32);
|
||||
blue = initColor(COLOR_CUSTOM_BLUE, 102, 217, 238);
|
||||
white = initColor(COLOR_CUSTOM_WHITE, 240, 240, 240);
|
||||
foreground = COLOR_CUSTOM_WHITE;
|
||||
}
|
||||
|
||||
init_pair(CURSESPP_SELECTED_LIST_ITEM, yellow, selected);
|
||||
|
Loading…
x
Reference in New Issue
Block a user