summaryrefslogtreecommitdiff
path: root/.config/wallust/templates/vicinae-light.toml
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-23 18:07:29 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-23 18:07:29 +0700
commited3e8f6ec6929327ab19e512ffb0d8ece12ed5a8 (patch)
treef1a783af87d29b8d78ce20df5a485f92b8c32d5d /.config/wallust/templates/vicinae-light.toml
parent3c71645d355910b6998e97a1efca6f5a7c7608bc (diff)
reorganize directories, so everything in .config
Diffstat (limited to '.config/wallust/templates/vicinae-light.toml')
-rw-r--r--.config/wallust/templates/vicinae-light.toml78
1 files changed, 78 insertions, 0 deletions
diff --git a/.config/wallust/templates/vicinae-light.toml b/.config/wallust/templates/vicinae-light.toml
new file mode 100644
index 0000000..92516f8
--- /dev/null
+++ b/.config/wallust/templates/vicinae-light.toml
@@ -0,0 +1,78 @@
+[meta]
+name = "vicinae-wallust-light"
+description = "Wallust-generated light theme for Vicinae"
+variant = "light"
+inherits = "vicinae-light"
+
+[colors.core]
+accent = "{{color4}}"
+accent_foreground = "{{foreground}}"
+background = "{{foreground}}"
+foreground = "{{background}}"
+secondary_background = "{{color7}}"
+border = "{{color8}}"
+
+[colors.main_window]
+border = "{{color8}}"
+footer = { background = "colors.core.secondary_background" }
+
+[colors.settings_window]
+border = "{{color8}}"
+
+[colors.accents]
+blue = "{{color4}}"
+green = "{{color2}}"
+magenta = "{{color5}}"
+orange = "{{color1}}"
+red = "{{color1}}"
+yellow = "{{color3}}"
+cyan = "{{color6}}"
+purple = "{{color5}}"
+
+[colors.shortcut]
+border = "colors.core.border"
+
+[colors.text]
+default = "colors.core.foreground"
+muted = "{{color8}}"
+danger = "{{color1}}"
+success = "{{color2}}"
+placeholder = "{{color7}}"
+selection = { background = "{{color4}}", foreground = "{{foreground}}" }
+
+[colors.text.links]
+default = "{{color3}}"
+visited = "{{color5}}"
+
+[colors.input]
+border = "{{color8}}"
+border_focus = "{{color4}}"
+border_error = "{{color1}}"
+
+[colors.button.primary]
+background = "{{color7}}"
+foreground = "{{background}}"
+hover = { background = "{{color8}}" }
+focus = { outline = "colors.core.accent" }
+
+[colors.list.item.hover]
+foreground = "{{background}}"
+secondary_foreground = "{{color8}}"
+
+[colors.list.item.selection]
+background = "{{color7}}"
+foreground = "{{background}}"
+secondary_background = "{{color7}}"
+secondary_foreground = "{{color8}}"
+
+[colors.grid.item]
+background = "{{color7}}"
+hover = { outline = "{{background}}" }
+selection = { outline = "{{background}}" }
+
+[colors.scrollbars]
+background = "{{color8}}"
+
+[colors.loading]
+bar = "{{color4}}"
+spinner = "{{background}}"