11<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : local =" clr-namespace:UnityLauncherPro" >
4- <SolidColorBrush x : Key =" ThemeDarkestBackground" Color =" #FF121212" />
5- <SolidColorBrush x : Key =" ThemeDarkMenuBar" Color =" #FF0C0C0C" />
6- <SolidColorBrush x : Key =" ThemeMainBackgroundColor" Color =" #FF262626" />
7- <SolidColorBrush x : Key =" ThemeTextBoxBackground" Color =" #FF333337" />
8- <SolidColorBrush x : Key =" ThemeButtonBackground" Color =" #FF3F3F46" />
9- <SolidColorBrush x : Key =" ThemeButtonForeground" Color =" #FFC1C1C1" />
10- <SolidColorBrush x : Key =" ThemeDeactiveTabForeground" Color =" #FFC1C1C1" />
4+ <SolidColorBrush x : Key =" ThemeDarkestBackground" Color =" #FF121212" />
5+ <SolidColorBrush x : Key =" ThemeDarkMenuBar" Color =" #FF0C0C0C" />
6+ <SolidColorBrush x : Key =" ThemeMainBackgroundColor" Color =" #FF262626" />
7+ <SolidColorBrush x : Key =" ThemeTextBoxBackground" Color =" #FF333337" />
8+ <SolidColorBrush x : Key =" ThemeButtonBackground" Color =" #FF3F3F46" />
9+ <SolidColorBrush x : Key =" ThemeButtonForeground" Color =" #FFC1C1C1" />
10+ <SolidColorBrush x : Key =" ThemeDeactiveTabForeground" Color =" #FFC1C1C1" />
1111 <SolidColorBrush x : Key =" ThemeDeactiveTabBackground" Color =" #FF1D1D1D" />
1212 <SolidColorBrush x : Key =" ThemeDatagridHeaderBackground" Color =" #4C3F3F46" />
1313 <SolidColorBrush x : Key =" ThemeDatagridHeaderForeground" Color =" #FFB6B6B6" />
2020 <SolidColorBrush x : Key =" ThemeScrollBarBackground" Color =" #FF151515" />
2121 <SolidColorBrush x : Key =" ThemeScrollBarFill" Color =" #FF47474B" />
2222
23- <!-- custom components-->
24- <SolidColorBrush x : Key =" ThemeButtonForegroundDisabled" Color =" #FF707070" />
25- <SolidColorBrush x : Key =" ThemeButtonBackgroundMouseOver" Color =" #FF494949" />
26- <SolidColorBrush x : Key =" ThemeButtonWhiteText" Color =" #FFFFFFFF" />
27- <SolidColorBrush x : Key =" ThemeButtonBackgroundPressed" Color =" #FF0F0F0F" />
28- <SolidColorBrush x : Key =" ThemeMainTitle" Color =" #FFB8B8B8" />
29- <SolidColorBrush x : Key =" ThemeScrollBarEnabledForeground" Color =" #FF000000" />
23+ <!-- custom components-->
24+ <SolidColorBrush x : Key =" ThemeButtonForegroundDisabled" Color =" #FF707070" />
25+ <SolidColorBrush x : Key =" ThemeButtonBackgroundMouseOver" Color =" #FF494949" />
26+ <SolidColorBrush x : Key =" ThemeButtonWhiteText" Color =" #FFFFFFFF" />
27+ <SolidColorBrush x : Key =" ThemeButtonBackgroundPressed" Color =" #FF0F0F0F" />
28+ <SolidColorBrush x : Key =" ThemeMainTitle" Color =" #FFB8B8B8" />
29+ <SolidColorBrush x : Key =" ThemeScrollBarEnabledForeground" Color =" #FF000000" />
3030
31- <!-- search-->
32- <SolidColorBrush x : Key =" ThemeSearchPlaceholder" Color =" #7F919191" />
33- <SolidColorBrush x : Key =" ThemeSearchClose" Color =" #A3C1C1C1" />
34- <SolidColorBrush x : Key =" ThemeSearchCaret" Color =" #FFE2E2E2" />
35- <SolidColorBrush x : Key =" ThemeSearchForeground" Color =" #FFC7C7C7" />
36- <SolidColorBrush x : Key =" ThemeSearchSelection" Color =" #FF003966" />
31+ <!-- search-->
32+ <SolidColorBrush x : Key =" ThemeSearchPlaceholder" Color =" #7F919191" />
33+ <SolidColorBrush x : Key =" ThemeSearchClose" Color =" #A3C1C1C1" />
34+ <SolidColorBrush x : Key =" ThemeSearchCaret" Color =" #FFE2E2E2" />
35+ <SolidColorBrush x : Key =" ThemeSearchForeground" Color =" #FFC7C7C7" />
36+ <SolidColorBrush x : Key =" ThemeSearchSelection" Color =" #FF003966" />
3737
38- <!-- window-->
39- <SolidColorBrush x : Key =" ThemeWindowMinClose" Color =" #FFC3C3C3" />
40-
41- <!-- grids-->
42- <SolidColorBrush x : Key =" ThemeGridForeground" Color =" #FFD8D8D8" />
43- <SolidColorBrush x : Key =" ThemeGridHorizontalGridLines" Color =" #4C000000" />
44- <SolidColorBrush x : Key =" ThemeGridVerticalGridLines" Color =" #19000000" />
45- <SolidColorBrush x : Key =" ThemeGridGreenText" Color =" #FF00C500" />
46- <SolidColorBrush x : Key =" ThemeGridRedText" Color =" #FFF54F4F" />
38+ <!-- window-->
39+ <SolidColorBrush x : Key =" ThemeWindowMinClose" Color =" #FFC3C3C3" />
40+
41+ <!-- grids-->
42+ <SolidColorBrush x : Key =" ThemeGridForeground" Color =" #FFD8D8D8" />
43+ <SolidColorBrush x : Key =" ThemeGridHorizontalGridLines" Color =" #4C000000" />
44+ <SolidColorBrush x : Key =" ThemeGridVerticalGridLines" Color =" #19000000" />
45+ <SolidColorBrush x : Key =" ThemeGridGreenText" Color =" #FF00C500" />
46+ <SolidColorBrush x : Key =" ThemeGridRedText" Color =" #FFF54F4F" />
47+
48+ <!-- statusbar-->
49+ <SolidColorBrush x : Key =" ThemeStatusText" Color =" #FF595959" />
50+
51+ <!-- platform selection combobox-->
52+ <SolidColorBrush x : Key =" ThemeDropDownBorderBorderBrush" Color =" #FF171717" />
53+ <SolidColorBrush x : Key =" ThemeDropDownBorderBackground" Color =" #FF2E2E34" />
4754
48- <!-- statusbar-->
49- <SolidColorBrush x : Key =" ThemeStatusText" Color =" #FF595959" />
50-
5155</ResourceDictionary >
0 commit comments