mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 06:32:36 +00:00
Added a solarized_light theme I forgot to check in last night.
This commit is contained in:
parent
14add8d4cd
commit
b650fc1be5
130
src/musikbox/data/themes/solarized_light.json
Normal file
130
src/musikbox/data/themes/solarized_light.json
Normal file
@ -0,0 +1,130 @@
|
||||
{
|
||||
"name": "solarized dark",
|
||||
"schemaVersion": 1,
|
||||
"colors": {
|
||||
"background": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"foreground": {
|
||||
"hex": "#073642",
|
||||
"palette": 235
|
||||
},
|
||||
"focused_border": {
|
||||
"hex": "#dc322f",
|
||||
"palette": 160
|
||||
},
|
||||
"text_focused": {
|
||||
"hex": "#dc322f",
|
||||
"palette": 160
|
||||
},
|
||||
"text_active": {
|
||||
"hex": "#859900",
|
||||
"palette": 64
|
||||
},
|
||||
"text_disabled": {
|
||||
"hex": "#657b83",
|
||||
"palette": 241
|
||||
},
|
||||
"text_hidden": {
|
||||
"hex": "#073642",
|
||||
"palette": 235
|
||||
},
|
||||
"text_warning": {
|
||||
"hex": "#b58900",
|
||||
"palette": 136
|
||||
},
|
||||
"text_error": {
|
||||
"hex": "#dc322f",
|
||||
"palette": 160
|
||||
},
|
||||
"overlay_background": {
|
||||
"hex": "#586e75",
|
||||
"palette": 240
|
||||
},
|
||||
"overlay_foreground": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"overlay_border": {
|
||||
"hex": "#073642",
|
||||
"palette": 235
|
||||
},
|
||||
"overlay_focused_border": {
|
||||
"hex": "#dc322f",
|
||||
"palette": 160
|
||||
},
|
||||
"shortcuts_background": {
|
||||
"hex": "#586e75",
|
||||
"palette": 240
|
||||
},
|
||||
"shortcuts_foreground": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"shortcuts_background_focused": {
|
||||
"hex": "#dc322f",
|
||||
"palette": 160
|
||||
},
|
||||
"shortcuts_foreground_focused": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"button_background_normal": {
|
||||
"hex": "#002b36",
|
||||
"palette": 234
|
||||
},
|
||||
"button_foreground_normal": {
|
||||
"hex": "#eee8d5",
|
||||
"palette": 254
|
||||
},
|
||||
"button_background_active": {
|
||||
"hex": "#859900",
|
||||
"palette": 64
|
||||
},
|
||||
"button_foreground_active": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"banner_background": {
|
||||
"hex": "#cb4b16",
|
||||
"palette": 166
|
||||
},
|
||||
"banner_foreground": {
|
||||
"hex": "#eee8d5",
|
||||
"palette": 254
|
||||
},
|
||||
"list_header_background": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"list_header_foreground": {
|
||||
"hex": "#859900",
|
||||
"palette": 64
|
||||
},
|
||||
"list_item_highlighted_background": {
|
||||
"hex": "#93a1a1",
|
||||
"palette": 245
|
||||
},
|
||||
"list_item_highlighted_foreground": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"list_item_active_background": {
|
||||
"hex": "#586e75",
|
||||
"palette": 240
|
||||
},
|
||||
"list_item_active_foreground": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
},
|
||||
"list_item_active_highlighted_background": {
|
||||
"hex": "#657b83",
|
||||
"palette": 241
|
||||
},
|
||||
"list_item_active_highlighted_foreground": {
|
||||
"hex": "#fdf6e3",
|
||||
"palette": 230
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user