[Launcher] Windows 10-like dark mode

This commit is contained in:
nastys
2021-02-26 00:38:24 +01:00
parent f597fedbcf
commit ac2938fc80
+2 -2
View File
@@ -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
{