From 75f56decbb83809d1a2950ed8e304f26407ebd29 Mon Sep 17 00:00:00 2001 From: Fornax Date: Tue, 14 Jun 2022 17:29:23 +0200 Subject: [PATCH] Hue selector --- res/template/appearance.html | 162 ++++++++++++-------- svelte/src/file_viewer/viewers/Audio.svelte | 4 +- 2 files changed, 101 insertions(+), 65 deletions(-) diff --git a/res/template/appearance.html b/res/template/appearance.html index 2638f71..005978b 100644 --- a/res/template/appearance.html +++ b/res/template/appearance.html @@ -15,83 +15,117 @@ You can change how pixeldrain looks! Your theme choice will be saved in a cookie.

-
- - (Inspired by Nord) -
- Dynamic theme, changes based on operating system settings. Here you can choose a specific variant: -
- -
- - -
-
- - (Inspired by Solarized) -
- Dynamic theme, changes based on operating system settings. Here you can choose a specific variant: -
- -
- -
- - -
- -
- Classic 2022 style, with purple gradients -
-
- -
- Classic pre-2020 pixeldrain style, dark gray -
-
- Other (experimental) themes -
- -
- -
- - (Inspired by Canta GTK) -
- - (Inspired by Skeuos GTK) -
- -
+

Theme

+ + (Inspired by Nord) +
+ Dynamic theme, changes based on operating system settings. Here you can choose a specific variant: +
+ +
+ +
+ Hue: +
+
+ + (Inspired by Solarized) +
+ Dynamic theme, changes based on operating system settings. Here you can choose a specific variant: +
+ +
+ +
+ + +
+ +
+ Classic 2022 style, with purple gradients +
+
+ +
+ Classic pre-2020 pixeldrain style, dark gray +
+
+ Other (experimental) themes +
+ +
+ +
+ + (Inspired by Canta GTK) +
+ + (Inspired by Skeuos GTK) +
+ + +

Hue

+

+ Many themes support custom hues. The hue does not change the + contrast of the theme, only the color itself. +

+
+
+
+
+
+
+

{file.name}

+ @@ -98,7 +100,7 @@ const toggle_play = () => playing ? player.pause() : player.play()