diff --git a/src/servers/app/server/ColorSet.cpp b/src/servers/app/server/ColorSet.cpp index 41e944ec34..1c0a4da108 100644 --- a/src/servers/app/server/ColorSet.cpp +++ b/src/servers/app/server/ColorSet.cpp @@ -176,7 +176,7 @@ printf("Initializing color settings to defaults\n"); // important, but not publically accessible GUI colors window_tab_text.SetColor(0,0,0); - inactive_window_tab.SetColor(232,232,232); + inactive_window_tab.SetColor(216,216,216); inactive_window_tab_text.SetColor(80,80,80); }