Link: https://github.com/danth/stylix/pull/825 Co-authored-by: Calvin Lee <pounce@integraldoma.in> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
## Base16 {{scheme-name}}
|
|
# Author: {{scheme-author}}
|
|
# Generated by Stylix
|
|
# 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}}"
|