From 4124aed2b8b8b03c38aee22c09a4bfdbd5eb2252 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 26 Jun 2024 06:56:14 -0700 Subject: [PATCH] Added Hot Dog Color Scheme --- UICatalog/Resources/config.json | 132 +++++++++++++++++++++++++++++++- 1 file changed, 131 insertions(+), 1 deletion(-) 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": {