diff --git a/themes/Colorful/alarm_off.png b/themes/Colorful/alarm_off.png new file mode 100644 index 0000000..3315ca0 Binary files /dev/null and b/themes/Colorful/alarm_off.png differ diff --git a/themes/Colorful/alarm_on.png b/themes/Colorful/alarm_on.png new file mode 100644 index 0000000..59b8abe Binary files /dev/null and b/themes/Colorful/alarm_on.png differ diff --git a/themes/Colorful/light_off.png b/themes/Colorful/light_off.png new file mode 100644 index 0000000..c1bf0ee Binary files /dev/null and b/themes/Colorful/light_off.png differ diff --git a/themes/Colorful/light_off2.png b/themes/Colorful/light_off2.png new file mode 100644 index 0000000..6ef21e0 Binary files /dev/null and b/themes/Colorful/light_off2.png differ diff --git a/themes/Colorful/light_on.png b/themes/Colorful/light_on.png new file mode 100644 index 0000000..1f4546e Binary files /dev/null and b/themes/Colorful/light_on.png differ diff --git a/themes/Colorful/light_reading.png b/themes/Colorful/light_reading.png new file mode 100644 index 0000000..7b82955 Binary files /dev/null and b/themes/Colorful/light_reading.png differ diff --git a/themes/Colorful/light_sunrise.png b/themes/Colorful/light_sunrise.png new file mode 100644 index 0000000..8770791 Binary files /dev/null and b/themes/Colorful/light_sunrise.png differ diff --git a/themes/Colorful/media_playing.png b/themes/Colorful/media_playing.png new file mode 100644 index 0000000..7902200 Binary files /dev/null and b/themes/Colorful/media_playing.png differ diff --git a/themes/Colorful/media_stopped.png b/themes/Colorful/media_stopped.png new file mode 100644 index 0000000..7dc2749 Binary files /dev/null and b/themes/Colorful/media_stopped.png differ diff --git a/themes/Colorful/settings_not_visible.png b/themes/Colorful/settings_not_visible.png new file mode 100644 index 0000000..6dd3d05 Binary files /dev/null and b/themes/Colorful/settings_not_visible.png differ diff --git a/themes/Colorful/settings_visible.png b/themes/Colorful/settings_visible.png new file mode 100644 index 0000000..8c1287d Binary files /dev/null and b/themes/Colorful/settings_visible.png differ diff --git a/themes/Colorful/theme.json b/themes/Colorful/theme.json new file mode 100644 index 0000000..0a2987e --- /dev/null +++ b/themes/Colorful/theme.json @@ -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" +}