Fix Theming

This commit is contained in:
Chris Titus Tech 2024-09-10 14:01:07 -05:00
parent 14d20cd161
commit 9abe11c975
5 changed files with 121 additions and 121 deletions

View File

@ -27,19 +27,19 @@
"MicroWinLogoSize": "10", "MicroWinLogoSize": "10",
"MicrowinCheckBoxMargin": "-10,5,0,0", "MicrowinCheckBoxMargin": "-10,5,0,0",
"ProgressBarForegroundColor": "#FFAC1C", "ProgressBarForegroundColor": "#2e77ff",
"ProgressBarBackgroundColor": "Transparent", "ProgressBarBackgroundColor": "Transparent",
"ProgressBarTextColor": "#000000", "ProgressBarTextColor": "#232629",
"ComboBoxBackgroundColor": "#FFFFFF", "ComboBoxBackgroundColor": "#F7F7F7",
"LabelboxForegroundColor": "#000000", "LabelboxForegroundColor": "#232629",
"MainForegroundColor": "#000000", "MainForegroundColor": "#232629",
"MainBackgroundColor": "#FFFFFF", "MainBackgroundColor": "#F7F7F7",
"LabelBackgroundColor": "#FFFFFF", "LabelBackgroundColor": "#F7F7F7",
"LinkForegroundColor": "#000000", "LinkForegroundColor": "#232629",
"LinkHoverForegroundColor": "#000000", "LinkHoverForegroundColor": "#232629",
"GroupBorderBackgroundColor": "#000000", "GroupBorderBackgroundColor": "#232629",
"ComboBoxForegroundColor": "#000000", "ComboBoxForegroundColor": "#232629",
"ButtonFontSize": "12", "ButtonFontSize": "12",
"ButtonFontFamily": "Arial", "ButtonFontFamily": "Arial",
@ -52,65 +52,65 @@
"SearchBarTextBoxFontSize": "12", "SearchBarTextBoxFontSize": "12",
"SearchBarClearButtonFontSize": "14", "SearchBarClearButtonFontSize": "14",
"ButtonInstallBackgroundColor": "#FFFFFF", "ButtonInstallBackgroundColor": "#F7F7F7",
"ButtonTweaksBackgroundColor": "#FFFFFF", "ButtonTweaksBackgroundColor": "#F7F7F7",
"ButtonConfigBackgroundColor": "#FFFFFF", "ButtonConfigBackgroundColor": "#F7F7F7",
"ButtonUpdatesBackgroundColor": "#FFFFFF", "ButtonUpdatesBackgroundColor": "#F7F7F7",
"ButtonInstallForegroundColor": "#000000", "ButtonInstallForegroundColor": "#232629",
"ButtonTweaksForegroundColor": "#000000", "ButtonTweaksForegroundColor": "#232629",
"ButtonConfigForegroundColor": "#000000", "ButtonConfigForegroundColor": "#232629",
"ButtonUpdatesForegroundColor": "#000000", "ButtonUpdatesForegroundColor": "#232629",
"ButtonBackgroundColor": "#F5F5F5", "ButtonBackgroundColor": "#F5F5F5",
"ButtonBackgroundPressedColor": "#1A1A1A", "ButtonBackgroundPressedColor": "#1A1A1A",
"CheckboxMouseOverColor": "#999999", "CheckboxMouseOverColor": "#999999",
"ButtonBackgroundMouseoverColor": "#C2C2C2", "ButtonBackgroundMouseoverColor": "#C2C2C2",
"ButtonBackgroundSelectedColor": "#F0F0F0", "ButtonBackgroundSelectedColor": "#F0F0F0",
"ButtonForegroundColor": "#000000", "ButtonForegroundColor": "#232629",
"ToggleButtonOnColor": "#2e77ff", "ToggleButtonOnColor": "#2e77ff",
"ButtonBorderThickness": "1", "ButtonBorderThickness": "1",
"ButtonMargin": "1", "ButtonMargin": "1",
"ButtonCornerRadius": "2", "ButtonCornerRadius": "2",
"BorderColor": "#000000", "BorderColor": "#232629",
"BorderOpacity": "0.2", "BorderOpacity": "0.2",
"ShadowPulse": "Forever" "ShadowPulse": "Forever"
}, },
"Classic": { "Classic": {
"ComboBoxBackgroundColor": "#FFFFFF", "ComboBoxBackgroundColor": "#F7F7F7",
"LabelboxForegroundColor": "#000000", "LabelboxForegroundColor": "#232629",
"MainForegroundColor": "#000000", "MainForegroundColor": "#232629",
"MainBackgroundColor": "#FFFFFF", "MainBackgroundColor": "#F7F7F7",
"LabelBackgroundColor": "#FFFFFF", "LabelBackgroundColor": "#F7F7F7",
"LinkForegroundColor": "#000000", "LinkForegroundColor": "#232629",
"LinkHoverForegroundColor": "#000000", "LinkHoverForegroundColor": "#232629",
"GroupBorderBackgroundColor": "#000000", "GroupBorderBackgroundColor": "#232629",
"ComboBoxForegroundColor": "#000000", "ComboBoxForegroundColor": "#232629",
"ButtonInstallBackgroundColor": "#FFFFFF", "ButtonInstallBackgroundColor": "#F7F7F7",
"ButtonTweaksBackgroundColor": "#FFFFFF", "ButtonTweaksBackgroundColor": "#F7F7F7",
"ButtonConfigBackgroundColor": "#FFFFFF", "ButtonConfigBackgroundColor": "#F7F7F7",
"ButtonUpdatesBackgroundColor": "#FFFFFF", "ButtonUpdatesBackgroundColor": "#F7F7F7",
"ButtonInstallForegroundColor": "#000000", "ButtonInstallForegroundColor": "#232629",
"ButtonTweaksForegroundColor": "#000000", "ButtonTweaksForegroundColor": "#232629",
"ButtonConfigForegroundColor": "#000000", "ButtonConfigForegroundColor": "#232629",
"ButtonUpdatesForegroundColor": "#000000", "ButtonUpdatesForegroundColor": "#232629",
"ButtonBackgroundColor": "#F5F5F5", "ButtonBackgroundColor": "#F5F5F5",
"ButtonBackgroundPressedColor": "#1A1A1A", "ButtonBackgroundPressedColor": "#1A1A1A",
"CheckboxMouseOverColor": "#999999", "CheckboxMouseOverColor": "#999999",
"ButtonBackgroundMouseoverColor": "#C2C2C2", "ButtonBackgroundMouseoverColor": "#C2C2C2",
"ButtonBackgroundSelectedColor": "#F0F0F0", "ButtonBackgroundSelectedColor": "#F0F0F0",
"ButtonForegroundColor": "#000000", "ButtonForegroundColor": "#232629",
"ToggleButtonOnColor": "#2e77ff" "ToggleButtonOnColor": "#2e77ff"
}, },
"Matrix": { "Matrix": {
"ComboBoxBackgroundColor": "#000000", "ComboBoxBackgroundColor": "#232629",
"LabelboxForegroundColor": "#FFEE58", "LabelboxForegroundColor": "#81a1c1",
"MainForegroundColor": "#9CCC65", "MainForegroundColor": "#F7F7F7",
"MainBackgroundColor": "#000000", "MainBackgroundColor": "#232629",
"LabelBackgroundColor": "#000000", "LabelBackgroundColor": "#232629",
"LinkForegroundColor": "#add8e6", "LinkForegroundColor": "#add8e6",
"LinkHoverForegroundColor": "#FFFFFF", "LinkHoverForegroundColor": "#F7F7F7",
"ComboBoxForegroundColor": "#FFEE58", "ComboBoxForegroundColor": "#81a1c1",
"ProgressBarForegroundColor": "#222222", "ProgressBarForegroundColor": "#222222",
"ProgressBarBackgroundColor": "Transparent", "ProgressBarBackgroundColor": "Transparent",
@ -120,30 +120,30 @@
"ButtonTweaksBackgroundColor": "#333333", "ButtonTweaksBackgroundColor": "#333333",
"ButtonConfigBackgroundColor": "#444444", "ButtonConfigBackgroundColor": "#444444",
"ButtonUpdatesBackgroundColor": "#555555", "ButtonUpdatesBackgroundColor": "#555555",
"ButtonInstallForegroundColor": "#FFFFFF", "ButtonInstallForegroundColor": "#F7F7F7",
"ButtonTweaksForegroundColor": "#FFFFFF", "ButtonTweaksForegroundColor": "#F7F7F7",
"ButtonConfigForegroundColor": "#FFFFFF", "ButtonConfigForegroundColor": "#F7F7F7",
"ButtonUpdatesForegroundColor": "#FFFFFF", "ButtonUpdatesForegroundColor": "#F7F7F7",
"ButtonBackgroundColor": "#000019", "ButtonBackgroundColor": "#1E3747",
"ButtonBackgroundPressedColor": "#FFFFFF", "ButtonBackgroundPressedColor": "#F7F7F7",
"ButtonBackgroundMouseoverColor": "#A55A64", "ButtonBackgroundMouseoverColor": "#3B4252",
"ButtonBackgroundSelectedColor": "#FF5733", "ButtonBackgroundSelectedColor": "#5E81AC",
"ButtonForegroundColor": "#9CCC65", "ButtonForegroundColor": "#F7F7F7",
"ToggleButtonOnColor": "#2e77ff", "ToggleButtonOnColor": "#2e77ff",
"BorderColor": "#FFAC1C", "BorderColor": "#0060CC",
"BorderOpacity": "0.8", "BorderOpacity": "0.2",
"ShadowPulse": "0:0:3" "ShadowPulse": "0:0:3"
}, },
"Dark": { "Dark": {
"ComboBoxBackgroundColor": "#000000", "ComboBoxBackgroundColor": "#232629",
"LabelboxForegroundColor": "#FFEE58", "LabelboxForegroundColor": "#81a1c1",
"MainForegroundColor": "#9CCC65", "MainForegroundColor": "#F7F7F7",
"MainBackgroundColor": "#000000", "MainBackgroundColor": "#232629",
"LabelBackgroundColor": "#000000", "LabelBackgroundColor": "#232629",
"LinkForegroundColor": "#add8e6", "LinkForegroundColor": "#add8e6",
"LinkHoverForegroundColor": "#FFFFFF", "LinkHoverForegroundColor": "#F7F7F7",
"ComboBoxForegroundColor": "#FFEE58", "ComboBoxForegroundColor": "#81a1c1",
"ProgressBarForegroundColor": "#222222", "ProgressBarForegroundColor": "#222222",
"ProgressBarBackgroundColor": "Transparent", "ProgressBarBackgroundColor": "Transparent",
@ -153,17 +153,17 @@
"ButtonTweaksBackgroundColor": "#333333", "ButtonTweaksBackgroundColor": "#333333",
"ButtonConfigBackgroundColor": "#444444", "ButtonConfigBackgroundColor": "#444444",
"ButtonUpdatesBackgroundColor": "#555555", "ButtonUpdatesBackgroundColor": "#555555",
"ButtonInstallForegroundColor": "#FFFFFF", "ButtonInstallForegroundColor": "#F7F7F7",
"ButtonTweaksForegroundColor": "#FFFFFF", "ButtonTweaksForegroundColor": "#F7F7F7",
"ButtonConfigForegroundColor": "#FFFFFF", "ButtonConfigForegroundColor": "#F7F7F7",
"ButtonUpdatesForegroundColor": "#FFFFFF", "ButtonUpdatesForegroundColor": "#F7F7F7",
"ButtonBackgroundColor": "#000019", "ButtonBackgroundColor": "#1E3747",
"ButtonBackgroundPressedColor": "#9CCC65", "ButtonBackgroundPressedColor": "#00CFFF",
"ButtonBackgroundMouseoverColor": "#FF5733", "ButtonBackgroundMouseoverColor": "#5E81AC",
"ButtonBackgroundSelectedColor": "#FF5733", "ButtonBackgroundSelectedColor": "#5E81AC",
"ButtonForegroundColor": "#9CCC65", "ButtonForegroundColor": "#F7F7F7",
"ToggleButtonOnColor": "#2e77ff", "ToggleButtonOnColor": "#2e77ff",
"BorderColor": "#FFAC1C" "BorderColor": "#0b1215"
} }
} }

View File

@ -217,7 +217,7 @@
<Setter TargetName="BackgroundBorder" Property="Background" Value="{ButtonBackgroundMouseoverColor}"/> <Setter TargetName="BackgroundBorder" Property="Background" Value="{ButtonBackgroundMouseoverColor}"/>
<Setter Property="Effect"> <Setter Property="Effect">
<Setter.Value> <Setter.Value>
<DropShadowEffect Opacity="1" ShadowDepth="5" Color="Gold" Direction="-100" BlurRadius="45"/> <DropShadowEffect Opacity="1" ShadowDepth="5" Color="{ButtonBackgroundMouseoverColor}" Direction="-100" BlurRadius="15"/>
</Setter.Value> </Setter.Value>
</Setter> </Setter>
<Setter Property="Panel.ZIndex" Value="2000"/> <Setter Property="Panel.ZIndex" Value="2000"/>
@ -228,7 +228,7 @@
<Setter TargetName="BackgroundBorder" Property="Background" Value="{ButtonBackgroundSelectedColor}"/> <Setter TargetName="BackgroundBorder" Property="Background" Value="{ButtonBackgroundSelectedColor}"/>
<Setter Property="Effect"> <Setter Property="Effect">
<Setter.Value> <Setter.Value>
<DropShadowEffect Opacity="1" ShadowDepth="2" Color="Gold" Direction="-111" BlurRadius="25"/> <DropShadowEffect Opacity="1" ShadowDepth="2" Color="{ButtonBackgroundMouseoverColor}" Direction="-111" BlurRadius="10"/>
</Setter.Value> </Setter.Value>
</Setter> </Setter>
</Trigger> </Trigger>