diff options
Diffstat (limited to '.config/wallust/templates/vicinae-dark.toml')
| -rw-r--r-- | .config/wallust/templates/vicinae-dark.toml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/.config/wallust/templates/vicinae-dark.toml b/.config/wallust/templates/vicinae-dark.toml new file mode 100644 index 0000000..5c2c9b3 --- /dev/null +++ b/.config/wallust/templates/vicinae-dark.toml @@ -0,0 +1,78 @@ +[meta] +name = "vicinae-wallust-dark" +description = "Wallust-generated dark theme for Vicinae" +variant = "dark" +inherits = "vicinae-dark" + +[colors.core] +accent = "{{color4}}" +accent_foreground = "{{background}}" +background = "{{background}}" +foreground = "{{foreground}}" +secondary_background = "{{color0}}" +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 = "{{color7}}" +danger = "{{color1}}" +success = "{{color2}}" +placeholder = "{{color8}}" +selection = { background = "{{color4}}", foreground = "{{background}}" } + +[colors.text.links] +default = "{{color3}}" +visited = "{{color5}}" + +[colors.input] +border = "{{color8}}" +border_focus = "{{color4}}" +border_error = "{{color1}}" + +[colors.button.primary] +background = "{{color0}}" +foreground = "{{foreground}}" +hover = { background = "{{color8}}" } +focus = { outline = "colors.core.accent" } + +[colors.list.item.hover] +foreground = "{{foreground}}" +secondary_foreground = "{{color7}}" + +[colors.list.item.selection] +background = "{{color0}}" +foreground = "{{foreground}}" +secondary_background = "{{color0}}" +secondary_foreground = "{{color7}}" + +[colors.grid.item] +background = "{{color0}}" +hover = { outline = "{{foreground}}" } +selection = { outline = "{{foreground}}" } + +[colors.scrollbars] +background = "{{color8}}" + +[colors.loading] +bar = "{{color4}}" +spinner = "{{foreground}}" |
