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. # If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false #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: colors:
# Default colors # Default colors
primary: primary:
background: '0x2d2d2d' background: '0x262729'
foreground: '0xcccccc' foreground: '0xb7bec9'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0x2d2d2d' text: '0x262729'
cursor: '0xcccccc' cursor: '0xb7bec9'
# Normal colors # Normal colors
normal: normal:
black: '0x2d2d2d' black: '0x262729'
red: '0xd25252' red: '0xe77171'
green: '0xa5c261' green: '0xa1bf78'
yellow: '0xffc66d' yellow: '0xdbb774'
blue: '0x6c99bb' blue: '0x73b3e7'
magenta: '0xd197d9' magenta: '0xd390e7'
cyan: '0xbed6ff' cyan: '0x5ebaa5'
white: '0xcccccc' white: '0xb7bec9'
# Bright colors # Bright colors
bright: bright:
black: '0x777777' black: '0x3e4249'
red: '0xf9a959' red: '0xe77171'
green: '0x393939' green: '0x88909f'
yellow: '0x515151' yellow: '0xb7bec9'
blue: '0xb4b7b4' blue: '0x73b3e7'
magenta: '0xe0e0e0' magenta: '0xd390e7'
cyan: '0xf97394' cyan: '0x5ebaa5'
white: '0xffffff' white: '0x3e4249'
draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: false