alacritty: Use gruvbox colors
This commit is contained in:
parent
47a52ccbc9
commit
fdc059b7df
1 changed files with 20 additions and 22 deletions
|
@ -92,34 +92,32 @@ 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
|
# Colors (Gruvbox dark)
|
||||||
|
# See https://github.com/alacritty/alacritty/wiki/Color-schemes
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
|
||||||
primary:
|
primary:
|
||||||
background: '0x1f1f1f'
|
background: '#1d2021'
|
||||||
foreground: '0xe5e1d8'
|
foreground: '#ebdbb2'
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
normal:
|
||||||
black: '0x000000'
|
black: '#1d2021'
|
||||||
red: '0xf7786d'
|
red: '#cc241d'
|
||||||
green: '0xbde97c'
|
green: '#98971a'
|
||||||
yellow: '0xefdfac'
|
yellow: '#d79921'
|
||||||
blue: '0x6ebaf8'
|
blue: '#458588'
|
||||||
magenta: '0xef88ff'
|
magenta: '#b16286'
|
||||||
cyan: '0x90fdf8'
|
cyan: '#689d6a'
|
||||||
white: '0xe5e1d8'
|
white: '#a89984'
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
bright:
|
||||||
black: '0xb4b4b4'
|
black: '#928374'
|
||||||
red: '0xf99f92'
|
red: '#fb4934'
|
||||||
green: '0xe3f7a1'
|
green: '#b8bb26'
|
||||||
yellow: '0xf2e9bf'
|
yellow: '#fabd2f'
|
||||||
blue: '0xb3d2ff'
|
blue: '#83a598'
|
||||||
magenta: '0xe5bdff'
|
magenta: '#d3869b'
|
||||||
cyan: '0xc2fefa'
|
cyan: '#8ec07c'
|
||||||
white: '0xffffff'
|
white: '#ebdbb2'
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 0.8
|
background_opacity: 0.8
|
||||||
|
|
Loading…
Reference in a new issue