alacritty: Switch alacritty to srcery color scheme
This commit is contained in:
parent
0eddbeba17
commit
dde738d953
1 changed files with 23 additions and 20 deletions
|
@ -92,32 +92,35 @@ draw_bold_text_with_bright_colors: false
|
||||||
# and cursor.background colors, otherwise invert the colors of the cursor.
|
# and cursor.background colors, otherwise invert the colors of the cursor.
|
||||||
# custom_cursor_colors: false
|
# custom_cursor_colors: false
|
||||||
|
|
||||||
# Colors (Gruvbox dark)
|
# Colors (Srcery)
|
||||||
# See https://github.com/alacritty/alacritty/wiki/Color-schemes
|
# See https://github.com/srcery-colors/srcery-terminal
|
||||||
colors:
|
colors:
|
||||||
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#1d2021'
|
background: '0x1c1b19'
|
||||||
foreground: '#ebdbb2'
|
foreground: '0xfce8c3'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#1d2021'
|
black: '0x1c1b19'
|
||||||
red: '#cc241d'
|
red: '0xef2f27'
|
||||||
green: '#98971a'
|
green: '0x519f50'
|
||||||
yellow: '#d79921'
|
yellow: '0xfbb829'
|
||||||
blue: '#458588'
|
blue: '0x2c78bf'
|
||||||
magenta: '#b16286'
|
magenta: '0xe02c6d'
|
||||||
cyan: '#689d6a'
|
cyan: '0x0aaeb3'
|
||||||
white: '#a89984'
|
white: '0xd0bfa1'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#928374'
|
black: '0x918175'
|
||||||
red: '#fb4934'
|
red: '0xf75341'
|
||||||
green: '#b8bb26'
|
green: '0x98bc37'
|
||||||
yellow: '#fabd2f'
|
yellow: '0xfed06e'
|
||||||
blue: '#83a598'
|
blue: '0x68a8e4'
|
||||||
magenta: '#d3869b'
|
magenta: '0xff5c8f'
|
||||||
cyan: '#8ec07c'
|
cyan: '0x53fde9'
|
||||||
white: '#ebdbb2'
|
white: '0xfce8c3'
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 0.8
|
background_opacity: 0.8
|
||||||
|
|
Loading…
Reference in a new issue