style: normalize themes.json spacing & uppercase hex values (#4346)

* style: normalize themes.json spacing

* style: uppercase theme hex values

* Merge branch 'main' into fix/themes-json-spacing
This commit is contained in:
potato
2026-04-21 21:37:02 +02:00
committed by GitHub
parent dee694b166
commit 67910df019

View File

@@ -1,127 +1,124 @@
{ {
"shared":{ "shared": {
"AppEntryWidth": "200", "AppEntryWidth": "200",
"AppEntryFontSize": "11", "AppEntryFontSize": "11",
"AppEntryMargin": "1,0,1,0", "AppEntryMargin": "1,0,1,0",
"AppEntryBorderThickness": "0", "AppEntryBorderThickness": "0",
"CustomDialogFontSize": "12", "CustomDialogFontSize": "12",
"CustomDialogFontSizeHeader": "14", "CustomDialogFontSizeHeader": "14",
"CustomDialogLogoSize": "25", "CustomDialogLogoSize": "25",
"CustomDialogWidth": "400", "CustomDialogWidth": "400",
"CustomDialogHeight": "200", "CustomDialogHeight": "200",
"FontSize": "12", "FontSize": "12",
"FontFamily": "Arial", "FontFamily": "Arial",
"HeaderFontSize": "16", "HeaderFontSize": "16",
"HeaderFontFamily": "Consolas, Monaco", "HeaderFontFamily": "Consolas, Monaco",
"CheckBoxBulletDecoratorSize": "14", "CheckBoxBulletDecoratorSize": "14",
"CheckBoxMargin": "15,0,0,2", "CheckBoxMargin": "15,0,0,2",
"TabContentMargin": "5", "TabContentMargin": "5",
"TabButtonFontSize": "14", "TabButtonFontSize": "14",
"TabButtonWidth": "110", "TabButtonWidth": "110",
"TabButtonHeight": "26", "TabButtonHeight": "26",
"TabRowHeightInPixels": "50", "TabRowHeightInPixels": "50",
"ToolTipWidth": "300", "ToolTipWidth": "300",
"IconFontSize": "14", "IconFontSize": "14",
"IconButtonSize": "35", "IconButtonSize": "35",
"SettingsIconFontSize": "18", "SettingsIconFontSize": "18",
"CloseIconFontSize": "18", "CloseIconFontSize": "18",
"GroupBorderBackgroundColor": "#232629", "GroupBorderBackgroundColor": "#232629",
"ButtonFontSize": "12", "ButtonFontSize": "12",
"ButtonFontFamily": "Arial", "ButtonFontFamily": "Arial",
"ButtonWidth": "200", "ButtonWidth": "200",
"ButtonHeight": "25", "ButtonHeight": "25",
"ConfigTabButtonFontSize": "14", "ConfigTabButtonFontSize": "14",
"ConfigUpdateButtonFontSize": "14", "ConfigUpdateButtonFontSize": "14",
"SearchBarWidth": "200", "SearchBarWidth": "200",
"SearchBarHeight": "26", "SearchBarHeight": "26",
"SearchBarTextBoxFontSize": "12", "SearchBarTextBoxFontSize": "12",
"SearchBarClearButtonFontSize": "14", "SearchBarClearButtonFontSize": "14",
"CheckboxMouseOverColor": "#999999", "CheckboxMouseOverColor": "#999999",
"ButtonBorderThickness": "1", "ButtonBorderThickness": "1",
"ButtonMargin": "1", "ButtonMargin": "1",
"ButtonCornerRadius": "2" "ButtonCornerRadius": "2"
}, },
"Light": { "Light": {
"AppInstallUnselectedColor": "#F7F7F7", "AppInstallUnselectedColor": "#F7F7F7",
"AppInstallHighlightedColor": "#CFCFCF", "AppInstallHighlightedColor": "#CFCFCF",
"AppInstallSelectedColor": "#C2C2C2", "AppInstallSelectedColor": "#C2C2C2",
"AppInstallOverlayBackgroundColor":"#6A6D72", "AppInstallOverlayBackgroundColor": "#6A6D72",
"ComboBoxForegroundColor": "#232629", "ComboBoxForegroundColor": "#232629",
"ComboBoxBackgroundColor": "#F7F7F7", "ComboBoxBackgroundColor": "#F7F7F7",
"LabelboxForegroundColor": "#232629", "LabelboxForegroundColor": "#232629",
"MainForegroundColor": "#232629", "MainForegroundColor": "#232629",
"MainBackgroundColor": "#F7F7F7", "MainBackgroundColor": "#F7F7F7",
"LabelBackgroundColor": "#F7F7F7", "LabelBackgroundColor": "#F7F7F7",
"LinkForegroundColor": "#484848", "LinkForegroundColor": "#484848",
"LinkHoverForegroundColor": "#232629", "LinkHoverForegroundColor": "#232629",
"ScrollBarBackgroundColor": "#4A4D52", "ScrollBarBackgroundColor": "#4A4D52",
"ScrollBarHoverColor": "#5A5D62", "ScrollBarHoverColor": "#5A5D62",
"ScrollBarDraggingColor": "#6A6D72", "ScrollBarDraggingColor": "#6A6D72",
"ProgressBarForegroundColor": "#2E77FF",
"ProgressBarForegroundColor": "#2e77ff", "ProgressBarBackgroundColor": "Transparent",
"ProgressBarBackgroundColor": "Transparent", "ProgressBarTextColor": "#232629",
"ProgressBarTextColor": "#232629", "ButtonInstallBackgroundColor": "#F7F7F7",
"ButtonInstallBackgroundColor": "#F7F7F7", "ButtonTweaksBackgroundColor": "#F7F7F7",
"ButtonTweaksBackgroundColor": "#F7F7F7", "ButtonConfigBackgroundColor": "#F7F7F7",
"ButtonConfigBackgroundColor": "#F7F7F7", "ButtonUpdatesBackgroundColor": "#F7F7F7",
"ButtonUpdatesBackgroundColor": "#F7F7F7", "ButtonWin11ISOBackgroundColor": "#F7F7F7",
"ButtonWin11ISOBackgroundColor": "#F7F7F7", "ButtonInstallForegroundColor": "#232629",
"ButtonInstallForegroundColor": "#232629", "ButtonTweaksForegroundColor": "#232629",
"ButtonTweaksForegroundColor": "#232629", "ButtonConfigForegroundColor": "#232629",
"ButtonConfigForegroundColor": "#232629", "ButtonUpdatesForegroundColor": "#232629",
"ButtonUpdatesForegroundColor": "#232629", "ButtonWin11ISOForegroundColor": "#232629",
"ButtonWin11ISOForegroundColor": "#232629", "ButtonBackgroundColor": "#F5F5F5",
"ButtonBackgroundColor": "#F5F5F5", "ButtonBackgroundPressedColor": "#1A1A1A",
"ButtonBackgroundPressedColor": "#1A1A1A", "ButtonBackgroundMouseoverColor": "#C2C2C2",
"ButtonBackgroundMouseoverColor": "#C2C2C2", "ButtonBackgroundSelectedColor": "#F0F0F0",
"ButtonBackgroundSelectedColor": "#F0F0F0", "ButtonForegroundColor": "#232629",
"ButtonForegroundColor": "#232629", "ToggleButtonOnColor": "#2E77FF",
"ToggleButtonOnColor": "#2e77ff", "ToggleButtonOffColor": "#707070",
"ToggleButtonOffColor": "#707070", "ToolTipBackgroundColor": "#F7F7F7",
"ToolTipBackgroundColor": "#F7F7F7", "BorderColor": "#232629",
"BorderColor": "#232629", "BorderOpacity": "0.2"
"BorderOpacity": "0.2" },
"Dark": {
}, "AppInstallUnselectedColor": "#232629",
"Dark": { "AppInstallHighlightedColor": "#3C3C3C",
"AppInstallUnselectedColor": "#232629", "AppInstallSelectedColor": "#4C4C4C",
"AppInstallHighlightedColor": "#3C3C3C", "AppInstallOverlayBackgroundColor": "#2E3135",
"AppInstallSelectedColor": "#4C4C4C", "ComboBoxForegroundColor": "#F7F7F7",
"AppInstallOverlayBackgroundColor":"#2E3135", "ComboBoxBackgroundColor": "#1E3747",
"ComboBoxForegroundColor": "#F7F7F7", "LabelboxForegroundColor": "#5BDCFF",
"ComboBoxBackgroundColor": "#1E3747", "MainForegroundColor": "#F7F7F7",
"LabelboxForegroundColor": "#5bdcff", "MainBackgroundColor": "#232629",
"MainForegroundColor": "#F7F7F7", "LabelBackgroundColor": "#232629",
"MainBackgroundColor": "#232629", "LinkForegroundColor": "#ADD8E6",
"LabelBackgroundColor": "#232629", "LinkHoverForegroundColor": "#F7F7F7",
"LinkForegroundColor": "#add8e6", "ScrollBarBackgroundColor": "#2E3135",
"LinkHoverForegroundColor": "#F7F7F7", "ScrollBarHoverColor": "#3B4252",
"ScrollBarBackgroundColor": "#2E3135", "ScrollBarDraggingColor": "#5E81AC",
"ScrollBarHoverColor": "#3B4252", "ProgressBarForegroundColor": "#222222",
"ScrollBarDraggingColor": "#5E81AC", "ProgressBarBackgroundColor": "Transparent",
"ProgressBarTextColor": "#232629",
"ProgressBarForegroundColor": "#222222", "ButtonInstallBackgroundColor": "#222222",
"ProgressBarBackgroundColor": "Transparent", "ButtonTweaksBackgroundColor": "#333333",
"ProgressBarTextColor": "#232629", "ButtonConfigBackgroundColor": "#444444",
"ButtonInstallBackgroundColor": "#222222", "ButtonUpdatesBackgroundColor": "#555555",
"ButtonTweaksBackgroundColor": "#333333", "ButtonWin11ISOBackgroundColor": "#666666",
"ButtonConfigBackgroundColor": "#444444", "ButtonInstallForegroundColor": "#F7F7F7",
"ButtonUpdatesBackgroundColor": "#555555", "ButtonTweaksForegroundColor": "#F7F7F7",
"ButtonWin11ISOBackgroundColor": "#666666", "ButtonConfigForegroundColor": "#F7F7F7",
"ButtonInstallForegroundColor": "#F7F7F7", "ButtonUpdatesForegroundColor": "#F7F7F7",
"ButtonTweaksForegroundColor": "#F7F7F7", "ButtonWin11ISOForegroundColor": "#F7F7F7",
"ButtonConfigForegroundColor": "#F7F7F7", "ButtonBackgroundColor": "#1E3747",
"ButtonUpdatesForegroundColor": "#F7F7F7", "ButtonBackgroundPressedColor": "#F7F7F7",
"ButtonWin11ISOForegroundColor": "#F7F7F7", "ButtonBackgroundMouseoverColor": "#3B4252",
"ButtonBackgroundColor": "#1E3747", "ButtonBackgroundSelectedColor": "#5E81AC",
"ButtonBackgroundPressedColor": "#F7F7F7", "ButtonForegroundColor": "#F7F7F7",
"ButtonBackgroundMouseoverColor": "#3B4252", "ToggleButtonOnColor": "#2E77FF",
"ButtonBackgroundSelectedColor": "#5E81AC", "ToggleButtonOffColor": "#707070",
"ButtonForegroundColor": "#F7F7F7", "ToolTipBackgroundColor": "#2F373D",
"ToggleButtonOnColor": "#2e77ff", "BorderColor": "#2F373D",
"ToggleButtonOffColor": "#707070", "BorderOpacity": "0.2"
"ToolTipBackgroundColor": "#2F373D", }
"BorderColor": "#2F373D",
"BorderOpacity": "0.2"
}
} }