alacritty: Switch alacritty to srcery color scheme

This commit is contained in:
Sanchayan Maity 2020-11-25 10:27:33 +05:30
parent 0eddbeba17
commit dde738d953
1 changed files with 23 additions and 20 deletions

View File

@ -92,32 +92,35 @@ draw_bold_text_with_bright_colors: false
# and cursor.background colors, otherwise invert the colors of the cursor.
# custom_cursor_colors: false
# Colors (Gruvbox dark)
# See https://github.com/alacritty/alacritty/wiki/Color-schemes
# Colors (Srcery)
# See https://github.com/srcery-colors/srcery-terminal
colors:
# Default colors
primary:
background: '#1d2021'
foreground: '#ebdbb2'
background: '0x1c1b19'
foreground: '0xfce8c3'
# Normal colors
normal:
black: '#1d2021'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
black: '0x1c1b19'
red: '0xef2f27'
green: '0x519f50'
yellow: '0xfbb829'
blue: '0x2c78bf'
magenta: '0xe02c6d'
cyan: '0x0aaeb3'
white: '0xd0bfa1'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
black: '0x918175'
red: '0xf75341'
green: '0x98bc37'
yellow: '0xfed06e'
blue: '0x68a8e4'
magenta: '0xff5c8f'
cyan: '0x53fde9'
white: '0xfce8c3'
# Background opacity
background_opacity: 0.8