From 5076071b0c5205a2c21c09c1db5b4917acb2aec3 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sat, 4 May 2024 19:47:40 +0700 Subject: [PATCH] config: added more themes to the theme selector --- views/configview/configview.templ | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/views/configview/configview.templ b/views/configview/configview.templ index 9d7cbdc..af3b7bf 100644 --- a/views/configview/configview.templ +++ b/views/configview/configview.templ @@ -17,7 +17,7 @@ templ ConfigContent(c *views.Context) { @components.Container() {

Config

-

Theme

+

Site Theme

@SelectThemeInput() } @@ -31,16 +31,36 @@ templ SelectThemeInput() { @themeRadio("default", "System (Default)") @themeRadio("light", "Light") @themeRadio("dark", "Dark") + @themeRadio("acid", "Acid") @themeRadio("aqua", "Aqua") + @themeRadio("autumn", "Autumn") + @themeRadio("black", "Black") @themeRadio("bumblebee", "Bumblebee") + @themeRadio("business", "Business") + @themeRadio("cmyk", "CMYK") + @themeRadio("coffee", "Coffee") @themeRadio("corporate", "Corporate") @themeRadio("cupcake", "Cupcake") @themeRadio("cyberpunk", "Cyberpunk") + @themeRadio("dim", "Dim") + @themeRadio("dracula", "Dracula") @themeRadio("emerald", "Emerald") + @themeRadio("fantasy", "Fantasy") + @themeRadio("forest", "Forest") + @themeRadio("garden", "Garden") @themeRadio("halloween", "Halloween") + @themeRadio("lemonade", "Lemonade") + @themeRadio("lofi", "Lo-Fi") + @themeRadio("luxury", "Luxury") + @themeRadio("night", "Night") + @themeRadio("nord", "Nord") + @themeRadio("pastel", "Pastel") @themeRadio("retro", "Retro") + @themeRadio("sunset", "Sunset") @themeRadio("synthwave", "Synthwave") @themeRadio("valentine", "Valentine") + @themeRadio("winter", "Winter") + @themeRadio("wireframe", "Wireframe")