11.stylix/modules/halloy/template.toml.mustache
2025-03-20 16:02:49 +00:00

51 lines
1.3 KiB
Text

## Base16 {{scheme-name}}
# Author: {{scheme-author}}
# Generated by Stylix
# Copyright (c) 2024 Calvin Lee
# Original template from https://github.com/4e554c4c/base16-halloy
[general]
background = "#{{base00-hex}}"
border = "#{{base07-hex}}"
horizontal_rule = "#{{base02-hex}}"
unread_indicator = "#{{base0A-hex}}"
[text]
primary = "#{{base05-hex}}"
secondary = "#{{base04-hex}}"
tertiary = "#{{base0A-hex}}"
success = "#{{base0B-hex}}"
error = "#{{base08-hex}}"
[buffer]
action = "#{{base0B-hex}}"
background = "#{{base00-hex}}"
background_text_input = "#{{base01-hex}}"
background_title_bar = "#{{base01-hex}}"
border = "#{{base03-hex}}"
border_selected = "#{{base07-hex}}"
code = "#{{base0E-hex}}"
highlight = "#{{base01-hex}}"
nickname = "#{{base0C-hex}}"
selection = "#{{base02-hex}}"
timestamp = "#{{base05-hex}}"
topic = "#{{base04-hex}}"
url = "#{{base0D-hex}}"
[buffer.server_messages]
join = "#{{base0B-hex}}"
part = "#{{base08-hex}}"
quit = "#{{base08-hex}}"
default = "#{{base0C-hex}}"
[buttons.primary]
background = "#{{base00-hex}}"
background_hover = "#{{base02-hex}}"
background_selected = "#{{base03-hex}}"
background_selected_hover = "#{{base04-hex}}"
[buttons.secondary]
background = "#{{base01-hex}}"
background_hover = "#{{base02-hex}}"
background_selected = "#{{base03-hex}}"
background_selected_hover = "#{{base04-hex}}"