mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Added Hot Dog Color Scheme
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user