[Launcher] Use Explorer dark colours; "fix" acrylic blur

This commit is contained in:
nastys
2021-02-26 00:53:28 +01:00
parent ac2938fc80
commit e0abc294d7
+6 -3
View File
@@ -360,8 +360,8 @@ namespace Launcher {
{
setDarkTheme(hWnd);
colourFg = Color::White;
colourBg = Color::Black; // tabControl
colourBg2 = Color::FromArgb(23, 23, 23);
colourBg = Color::FromArgb(32, 32, 32); // tabControl
colourBg2 = Color::FromArgb(25, 25, 25);
}
else
{
@@ -373,13 +373,16 @@ namespace Launcher {
if (useAcrylic)
{
colourBg2 = Color::FromArgb(255, 255, 255);
this->button_Discord->BackColor = colourBg2;
this->button_github->BackColor = colourBg2;
this->button_Wiki->BackColor = colourBg2;
colourBg2 = Color::FromArgb(255, 0, 255);
}
else
{
setBlur(hWnd, AccentState::ACCENT_DISABLED);
this->button_Discord->BackColor = Color::Transparent;
this->button_github->BackColor = Color::Transparent;
this->button_Wiki->BackColor = Color::Transparent;