diff options
Diffstat (limited to '.config/wallust/templates/vicinae-light.toml')
| -rw-r--r-- | .config/wallust/templates/vicinae-light.toml | 78 |
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}}" |
