diff --git a/source-code/source/plugins/Launcher/ui.h b/source-code/source/plugins/Launcher/ui.h index 4600ba5..b71ea81 100644 --- a/source-code/source/plugins/Launcher/ui.h +++ b/source-code/source/plugins/Launcher/ui.h @@ -360,8 +360,8 @@ namespace Launcher { { setDarkTheme(hWnd); colourFg = Color::White; - colourBg = Color::FromArgb(64, 64, 64); // tabControl - colourBg2 = Color::Black; + colourBg = Color::Black; // tabControl + colourBg2 = Color::FromArgb(23, 23, 23); } else {