From ac2938fc8089623fff1a7f704ae13c0692991ee7 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Fri, 26 Feb 2021 00:38:24 +0100 Subject: [PATCH] [Launcher] Windows 10-like dark mode --- source-code/source/plugins/Launcher/ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {