.config/alacritty/alacritty.yml: Use Selenized colorscheme

This commit is contained in:
Alan Orth 2020-07-11 10:38:33 +03:00
parent 5642c32de3
commit a376d132b9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 19 additions and 29 deletions

View File

@ -183,39 +183,29 @@ font:
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: false
# Colors (Solarized Dark)
# Colors (Selenized dark)
colors:
# Default colors
primary:
background: '0x002b36' # base03
foreground: '0x839496' # base0
# Cursor colors
cursor:
text: '0x002b36' # base03
cursor: '0x839496' # base0
# Normal colors
background: '0x103c48'
foreground: '0xadbcbc'
normal:
black: '0x073642' # base02
red: '0xdc322f' # red
green: '0x859900' # green
yellow: '0xb58900' # yellow
blue: '0x268bd2' # blue
magenta: '0xd33682' # magenta
cyan: '0x2aa198' # cyan
white: '0xeee8d5' # base2
# Bright colors
black: '0x184956'
red: '0xfa5750'
green: '0x75b938'
yellow: '0xdbb32d'
blue: '0x4695f7'
magenta: '0xf275be'
cyan: '0x41c7b9'
white: '0x72898f'
bright:
black: '0x002b36' # base03
red: '0xcb4b16' # orange
green: '0x586e75' # base01
yellow: '0x657b83' # base00
blue: '0x839496' # base0
magenta: '0x6c71c4' # violet
cyan: '0x93a1a1' # base1
white: '0xfdf6e3' # base3
black: '0x2d5b69'
red: '0xff665c'
green: '0x84c747'
yellow: '0xebc13d'
blue: '0x58a3ff'
magenta: '0xff84cd'
cyan: '0x53d6c7'
white: '0xcad8d9'
# Dim colors
#