Initial commit
This commit is contained in:
37
base16/templates/alacritty.mustache
Normal file
37
base16/templates/alacritty.mustache
Normal file
@@ -0,0 +1,37 @@
|
||||
# Base16 {{scheme-name}} - alacritty color config
|
||||
# {{scheme-author}}
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = false
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '0x{{base00}}'
|
||||
foreground = '0x{{base05}}'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
[colors.cursor]
|
||||
text = '0x{{base00}}'
|
||||
cursor = '0x{{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}}'
|
||||
|
||||
# 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}}'
|
Reference in New Issue
Block a user