mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
576 B
TOML
28 lines
576 B
TOML
# Colors (Nord light) theme based on https//github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#ECEFF4'
|
|
foreground = '#81A1C1'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#D8DEE9'
|
|
red = '#bf616a'
|
|
green = '#a3be8c'
|
|
yellow = '#D08770'
|
|
blue = '#81A1C1'
|
|
magenta = '#B48EAD'
|
|
cyan = '#88C0D0'
|
|
white = '#4C566A'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#D8DEE9'
|
|
red = '#bf616a'
|
|
green = '#a3be8c'
|
|
yellow = '#D08770'
|
|
blue = '#D8DEE9'
|
|
magenta = '#B48EAD'
|
|
cyan = '#8FBCBB'
|
|
white = '#D8DEE9'
|