GoodMorningSunshine/themes/Dark/theme.json

26 lines
1.1 KiB
JSON

{
"name": "Dark",
"color_background": [0, 0, 0],
"color_shade": [0.1, 0.1, 0.1],
"color_clock_hands_hours": [0.9, 0.9, 0.9],
"color_clock_hands_minutes": [0.9, 0.9, 0.9],
"color_clock_hands_seconds": [0.9, 0.9, 0.9],
"color_alarm_hands_hours": [0.9, 0.0, 0.0],
"color_alarm_hands_minutes": [0.9, 0.0, 0.0],
"color_alarm_hands_seconds": [0.9, 0.0, 0.0],
"color_font": [1, 1, 1],
"color_numbers": [1, 1, 1],
"color_button": [0.2, 0.2, 0.2, 1],
"color_funky": [0.5, 0.2, 0.1, 0.2],
"icon_light_off": "themes/Dark/light_off.png",
"icon_light_reading": "themes/Dark/light_reading.png",
"icon_light_sunrise": "themes/Dark/light_sunrise.png",
"icon_light_on": "themes/Dark/light_on.png",
"icon_media_playing": "themes/Dark/media_playing.png",
"icon_media_stopped": "themes/Dark/media_stopped.png",
"icon_alarm_on": "themes/Dark/alarm_on.png",
"icon_alarm_off": "themes/Dark/alarm_off.png",
"icon_settings_visible": "themes/Dark/settings_visible.png",
"icon_settings_not_visible": "themes/Dark/settings_not_visible.png"
}