Update alacritty template to use '#'s for hex colors
This commit is contained in:
parent
f0806686b6
commit
909416b503
@ -6,32 +6,32 @@ draw_bold_text_with_bright_colors = false
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '0x{{base00}}'
|
||||
foreground = '0x{{base05}}'
|
||||
background = "#{{base00}}"
|
||||
foreground = "#{{base05}}"
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
[colors.cursor]
|
||||
text = '0x{{base00}}'
|
||||
cursor = '0x{{base05}}'
|
||||
text = "#{{base00}}"
|
||||
cursor = "#{{base05}}"
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '0x{{base00}}'
|
||||
red = '0x{{base08}}'
|
||||
green = '0x{{base0B}}'
|
||||
yellow = '0x{{base0A}}'
|
||||
blue = '0x{{base0D}}'
|
||||
magenta = '0x{{base0E}}'
|
||||
cyan = '0x{{base0C}}'
|
||||
white = '0x{{base05}}'
|
||||
black = "#{{base00}}"
|
||||
red = "#{{base08}}"
|
||||
green = "#{{base0B}}"
|
||||
yellow = "#{{base0A}}"
|
||||
blue = "#{{base0D}}"
|
||||
magenta = "#{{base0E}}"
|
||||
cyan = "#{{base0C}}"
|
||||
white = "#{{base05}}"
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '0x{{base03}}'
|
||||
red = '0x{{base09}}'
|
||||
green = '0x{{base01}}'
|
||||
yellow = '0x{{base02}}'
|
||||
blue = '0x{{base04}}'
|
||||
magenta = '0x{{base06}}'
|
||||
cyan = '0x{{base0F}}'
|
||||
white = '0x{{base07}}'
|
||||
black = "#{{base03}}"
|
||||
red = "#{{base09}}"
|
||||
green = "#{{base01}}"
|
||||
yellow = "#{{base02}}"
|
||||
blue = "#{{base04}}"
|
||||
magenta = "#{{base06}}"
|
||||
cyan = "#{{base0F}}"
|
||||
white = "#{{base07}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user