37 lines
829 B
YAML
37 lines
829 B
YAML
# Base16 Gruvbox dark, soft - alacritty color config
|
|
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x32302f'
|
|
foreground: '0xd5c4a1'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
cursor:
|
|
text: '0x32302f'
|
|
cursor: '0xd5c4a1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x32302f'
|
|
red: '0xfb4934'
|
|
green: '0xb8bb26'
|
|
yellow: '0xfabd2f'
|
|
blue: '0x83a598'
|
|
magenta: '0xd3869b'
|
|
cyan: '0x8ec07c'
|
|
white: '0xd5c4a1'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x665c54'
|
|
red: '0xfe8019'
|
|
green: '0x3c3836'
|
|
yellow: '0x504945'
|
|
blue: '0xbdae93'
|
|
magenta: '0xebdbb2'
|
|
cyan: '0xd65d0e'
|
|
white: '0xfbf1c7'
|
|
|
|
draw_bold_text_with_bright_colors: false
|