retro-go/themes/example/theme.json
Alex Duchesne 5145b336ae Added example theme (#161)
Still to do is move the default theme files and values to this new `themes` folder.
2024-12-08 14:16:40 -05:00

53 lines
1.8 KiB
JSON

{
"description": "An example theme to show how themes are made",
"website": "https://github.com/ducalex/retro-go/",
"author": "ducalex",
"dialog": {
"__comment": "This section contains global dialog colors",
"background": "0xFFEF",
"foreground": "0x0000",
"border": "0x94B2",
"header": "0x0000",
"scrollbar": "0x0000",
"shadow": "none",
"item_standard": "0x0000",
"item_disabled": "0xF8B2",
"item_message": "0x4208"
},
"launcher_1": {
"__comment": "This section contains launcher colors variant 1",
"background": "0xFFFF",
"foreground": "0x0021",
"list_standard_bg": "transparent",
"list_standard_fg": "0xF8B2",
"list_selected_bg": "transparent",
"list_selected_fg": "0xF800"
},
"launcher_2": {
"__comment": "This section contains launcher colors variant 2",
"background": "0xFFFF",
"foreground": "0x0021",
"list_standard_bg": "transparent",
"list_standard_fg": "0x2444",
"list_selected_bg": "transparent",
"list_selected_fg": "0x07E0"
},
"launcher_3": {
"__comment": "This section contains launcher colors variant 3",
"background": "0xFFFF",
"foreground": "0x0021",
"list_standard_bg": "transparent",
"list_standard_fg": "0xF8B2",
"list_selected_bg": "0xF800",
"list_selected_fg": "0xFFFF"
},
"launcher_4": {
"__comment": "This section contains launcher colors variant 4",
"background": "0xFFFF",
"foreground": "0x0021",
"list_standard_bg": "transparent",
"list_standard_fg": "0x52AA",
"list_selected_bg": "0xF800",
"list_selected_fg": "0xFFFF"
}
}