Added theme Colorful

This commit is contained in:
Admar Schoonen 2023-04-23 18:26:55 +02:00
parent 4038cbf732
commit e6f76bbd90
12 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

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