alacritty.yml: use base16-edge-dark

this is now used instead of base16-espresso
This commit is contained in:
Callum Renwick 2020-08-23 21:12:52 +01:00
parent f9b979feb4
commit 2b86b30f16
1 changed files with 22 additions and 21 deletions

View File

@ -159,39 +159,40 @@ font:
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
# Colors (base16-espresso by github.com/alexmirrington)
# Colors (base16-edge-dark)
# by cjayross (https://github.com/cjayross)
colors:
# Default colors
primary:
background: '0x2d2d2d'
foreground: '0xcccccc'
background: '0x262729'
foreground: '0xb7bec9'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x2d2d2d'
cursor: '0xcccccc'
text: '0x262729'
cursor: '0xb7bec9'
# Normal colors
normal:
black: '0x2d2d2d'
red: '0xd25252'
green: '0xa5c261'
yellow: '0xffc66d'
blue: '0x6c99bb'
magenta: '0xd197d9'
cyan: '0xbed6ff'
white: '0xcccccc'
black: '0x262729'
red: '0xe77171'
green: '0xa1bf78'
yellow: '0xdbb774'
blue: '0x73b3e7'
magenta: '0xd390e7'
cyan: '0x5ebaa5'
white: '0xb7bec9'
# Bright colors
bright:
black: '0x777777'
red: '0xf9a959'
green: '0x393939'
yellow: '0x515151'
blue: '0xb4b7b4'
magenta: '0xe0e0e0'
cyan: '0xf97394'
white: '0xffffff'
black: '0x3e4249'
red: '0xe77171'
green: '0x88909f'
yellow: '0xb7bec9'
blue: '0x73b3e7'
magenta: '0xd390e7'
cyan: '0x5ebaa5'
white: '0x3e4249'
draw_bold_text_with_bright_colors: false