Add nord theme again

This commit is contained in:
Marco Thomas
2021-03-28 19:44:18 +02:00
parent 3cdd885e20
commit d51278a715
8 changed files with 88 additions and 58 deletions

View File

@@ -9,6 +9,7 @@
import:
- ~/.alacritty_local.yml
- ~/.config/alacritty/themes/nord.yml
env:
TERM: alacritty
@@ -36,60 +37,6 @@ font:
family: FiraCode Nerd Font Mono
style: Regular
# Colors (Doom One)
colors:
# Default colors
primary:
background: '0x282c34'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x46d9ff'
white: '0xbbc2cf'
# Darker variant
#colors:
# primary:
# background: '#1C1B1D'
# foreground: '#D8D8D8'
# cursor:
# text: '#1C1B1D'
# cursor: '#D8D8D8'
# normal:
# black: '#24272a'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
# bright:
# black: '#D8D8D8'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
# dim:
# black: '#24272a'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
background_opacity: 1
selection:

View File

@@ -0,0 +1,28 @@
# 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'

View File

@@ -0,0 +1,17 @@
# Colors (Doom One)
colors:
# Default colors
primary:
background: '0x282c34'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x46d9ff'
white: '0xbbc2cf'

View File

@@ -0,0 +1,35 @@
# Onedark
colors:
primary:
background: '#1C1B1D'
foreground: '#D8D8D8'
cursor:
text: '#1C1B1D'
cursor: '#D8D8D8'
normal:
black: '#24272a'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'
bright:
black: '#D8D8D8'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'
dim:
black: '#24272a'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'