Added Strix/Scar built in aura modes

This commit is contained in:
seerge
2023-03-31 13:50:10 +02:00
parent b95768d547
commit 253e1eb095
5 changed files with 50 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ public static class ControlHelper
foreMain = SystemColors.ControlText;
foreAccent = Color.LightGray;
borderMain = Color.LightGray;
buttonMain = Color.FromArgb(255, 250, 250, 250);
buttonMain = Color.FromArgb(255, 230, 230, 230);
}
container.BackColor = formBack;