alacritty: use Nord color scheme

This commit is contained in:
Peter Cai 2021-02-01 08:39:00 +08:00
parent d3c28990ba
commit 39d5657a66
1 changed files with 30 additions and 0 deletions

View File

@ -13,3 +13,33 @@ font:
bold_italic:
family: 'Fira Code'
size: 10.5
# Nord color scheme from alacritty wiki
# Colors (Nord)
colors:
# Default colors
primary:
background: '#2E3440'
foreground: '#D8DEE9'
# Normal colors
normal:
black: '#3B4252'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#88C0D0'
white: '#E5E9F0'
# Bright colors
bright:
black: '#4C566A'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#8FBCBB'
white: '#ECEFF4'