43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
|
# Base16 {{scheme-name}} 256 - alacritty color config
|
||
|
# {{scheme-author}}
|
||
|
colors:
|
||
|
# Default colors
|
||
|
primary:
|
||
|
background: '0x{{base00-hex}}'
|
||
|
foreground: '0x{{base05-hex}}'
|
||
|
|
||
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||
|
cursor:
|
||
|
text: '0x{{base00-hex}}'
|
||
|
cursor: '0x{{base05-hex}}'
|
||
|
|
||
|
# Normal colors
|
||
|
normal:
|
||
|
black: '0x{{base00-hex}}'
|
||
|
red: '0x{{base08-hex}}'
|
||
|
green: '0x{{base0B-hex}}'
|
||
|
yellow: '0x{{base0A-hex}}'
|
||
|
blue: '0x{{base0D-hex}}'
|
||
|
magenta: '0x{{base0E-hex}}'
|
||
|
cyan: '0x{{base0C-hex}}'
|
||
|
white: '0x{{base05-hex}}'
|
||
|
|
||
|
# Bright colors
|
||
|
bright:
|
||
|
black: '0x{{base03-hex}}'
|
||
|
red: '0x{{base08-hex}}'
|
||
|
green: '0x{{base0B-hex}}'
|
||
|
yellow: '0x{{base0A-hex}}'
|
||
|
blue: '0x{{base0D-hex}}'
|
||
|
magenta: '0x{{base0E-hex}}'
|
||
|
cyan: '0x{{base0C-hex}}'
|
||
|
white: '0x{{base07-hex}}'
|
||
|
|
||
|
indexed_colors:
|
||
|
- { index: 16, color: '0x{{base09-hex}}' }
|
||
|
- { index: 17, color: '0x{{base0F-hex}}' }
|
||
|
- { index: 18, color: '0x{{base01-hex}}' }
|
||
|
- { index: 19, color: '0x{{base02-hex}}' }
|
||
|
- { index: 20, color: '0x{{base04-hex}}' }
|
||
|
- { index: 21, color: '0x{{base06-hex}}' }
|