mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
37 lines
831 B
YAML
Executable File
37 lines
831 B
YAML
Executable File
# Base16 Gruvbox dark, medium - alacritty color config
|
|
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x282828'
|
|
foreground: '0xd5c4a1'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
cursor:
|
|
text: '0x282828'
|
|
cursor: '0xd5c4a1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x282828'
|
|
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
|