diff --git a/UICatalog/Resources/config.json b/UICatalog/Resources/config.json index aa63d3ed7..6cb14897d 100644 --- a/UICatalog/Resources/config.json +++ b/UICatalog/Resources/config.json @@ -29,10 +29,140 @@ } }, "Themes": [ + { + "Hot Dog Stand": { + "Button.DefaultShadow": "Opaque", + "Dialog.DefaultShadow": "Transparent", + "Dialog.DefaultButtonAlignment": "Center", + "ColorSchemes": [ + { + "Toplevel": { + "Normal": { + "Foreground": "Black", + "Background": "#FFFF00" + }, + "Focus": { + "Foreground": "White", + "Background": "Black" + }, + "HotNormal": { + "Foreground": "#FF0000", + "Background": "#FFFF00" + }, + "HotFocus": { + "Foreground": "#FFFF00", + "Background": "White" + }, + "Disabled": { + "Foreground": "BrightGreen", + "Background": "Gray" + } + } + }, + { + "Base": { + "Normal": { + "Foreground": "Black", + "Background": "#FFFF00" + }, + "Focus": { + "Foreground": "White", + "Background": "Black" + }, + "HotNormal": { + "Foreground": "#FF0000", + "Background": "#FFFF00" + }, + "HotFocus": { + "Foreground": "#FFFF00", + "Background": "White" + }, + "Disabled": { + "Foreground": "BrightGreen", + "Background": "Gray" + } + } + }, + { + "Dialog": { + "Normal": { + "Foreground": "Gray", + "Background": "#FF0000" + }, + "Focus": { + "Foreground": "#FF0000", + "Background": "White" + }, + "HotNormal": { + "Foreground": "#FF0000", + "Background": "#FFF000" + }, + "HotFocus": { + "Foreground": "Black", + "Background": "White" + }, + "Disabled": { + "Foreground": "BrightYellow", + "Background": "Gray" + } + } + }, + { + "Menu": { + "Normal": { + "Foreground": "Black", + "Background": "WHite" + }, + "Focus": { + "Foreground": "White", + "Background": "Black" + }, + "HotNormal": { + "Foreground": "#FF00", + "Background": "White" + }, + "HotFocus": { + "Foreground": "#FF00", + "Background": "Black" + }, + "Disabled": { + "Foreground": "Gray", + "Background": "White" + } + } + }, + { + "Error": { + "Normal": { + "Foreground": "#FF00", + "Background": "#FFF000" + }, + "Focus": { + "Foreground": "Black", + "Background": "#FFF000" + }, + "HotNormal": { + "Foreground": "DarkGray", + "Background": "BrightYellow" + }, + "HotFocus": { + "Foreground": "Red", + "Background": "BrightYellow" + }, + "Disabled": { + "Foreground": "Gray", + "Background": "BrightYellow" + } + } + } + ] + } + }, { "UI Catalog Theme": { "Button.DefaultShadow": "Opaque", - "Dialog.DefaultButtonAlignment": "Fill", + "Dialog.DefaultShadow": "Transparent", + "Dialog.DefaultButtonAlignment": "Center", "ColorSchemes": [ { "UI Catalog Scheme": {