mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
json-schema for config/themes.json required fields
This commit is contained in:
parent
5a60625553
commit
483baea1a4
@ -229,7 +229,68 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
"required": [
|
||||
"CustomDialogFontSize",
|
||||
"CustomDialogFontSizeHeader",
|
||||
"CustomDialogIconSize",
|
||||
"CustomDialogWidth",
|
||||
"CustomDialogHeight",
|
||||
"FontSize",
|
||||
"FontFamily",
|
||||
"FontSizeHeading",
|
||||
"HeaderFontFamily",
|
||||
"CheckBoxBulletDecoratorFontSize",
|
||||
"CheckBoxMargin",
|
||||
"TabButtonFontSize",
|
||||
"TabButtonWidth",
|
||||
"TabButtonHeight",
|
||||
"TabRowHeightInPixels",
|
||||
"IconFontSize",
|
||||
"IconButtonSize",
|
||||
"WinUtilIconSize",
|
||||
"SettingsIconFontSize",
|
||||
"MicroWinLogoSize",
|
||||
"ProgressBarForegroundColor",
|
||||
"ProgressBarBackgroundColor",
|
||||
"ProgressBarTextColor",
|
||||
"ComboBoxBackgroundColor",
|
||||
"LabelboxForegroundColor",
|
||||
"MainForegroundColor",
|
||||
"MainBackgroundColor",
|
||||
"LabelBackgroundColor",
|
||||
"LinkForegroundColor",
|
||||
"LinkHoverForegroundColor",
|
||||
"ComboBoxForegroundColor",
|
||||
"ButtonFontSize",
|
||||
"ButtonFontFamily",
|
||||
"ButtonWidth",
|
||||
"ButtonHeight",
|
||||
"ConfigTabButtonFontSize",
|
||||
"SearchBarWidth",
|
||||
"SearchBarHeight",
|
||||
"SearchBarTextBoxFontSize",
|
||||
"SearchBarClearButtonFontSize",
|
||||
"ButtonInstallBackgroundColor",
|
||||
"ButtonTweaksBackgroundColor",
|
||||
"ButtonConfigBackgroundColor",
|
||||
"ButtonUpdatesBackgroundColor",
|
||||
"ButtonInstallForegroundColor",
|
||||
"ButtonTweaksForegroundColor",
|
||||
"ButtonConfigForegroundColor",
|
||||
"ButtonUpdatesForegroundColor",
|
||||
"ButtonBackgroundColor",
|
||||
"ButtonBackgroundPressedColor",
|
||||
"ButtonBackgroundMouseoverColor",
|
||||
"ButtonBackgroundSelectedColor",
|
||||
"ButtonForegroundColor",
|
||||
"ToggleButtonOnColor",
|
||||
"ButtonBorderThickness",
|
||||
"ButtonMargin",
|
||||
"ButtonCornerRadius",
|
||||
"BorderColor",
|
||||
"BorderOpacity",
|
||||
"ShadowPulse"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user