-
Notifications
You must be signed in to change notification settings - Fork 0
Themes
Calvin Gerling edited this page Oct 18, 2021
·
6 revisions
The pallets schemes are inspired on the ANSI colors but differ in some ways:
- the first eight colors are composed of 4 shades of black (or the "dark" color) and 4 shades of white (or the "bright" color) and serve as a base for background and foreground;
- the last eight are used for accent colors, from those
color0andcolor7serve as primary and secondary colors, respectively
base0:
base1:
base2:
base3:
base4:
base5:
base6:
base7:
color0:
color1:
color2:
color3:
color4:
color5:
color6:
color7:
Originally Nord has 7 "base" colors so I had to change one color to fit the scheme.
base0: '#2E3440'
base1: '#3B4252'
base2: '#434C5E'
base3: '#4C566A'
base4: '#CBD3E2'
base5: '#D8DEE9'
base6: '#E5E9F0'
base7: '#ECEFF4'
color0: '#88C0D0'
color1: '#81A1C1'
color2: '#5E81AC'
color3: '#BF616A'
color4: '#D08770'
color5: '#EBCB8B'
color6: '#A3BE8C'
color7: '#B48EAD'base0: '#1B2B34'
base1: '#343D46'
base2: '#4F5B66'
base3: '#65737E'
base4: '#A7ADBA'
base5: '#C0C5CE'
base6: '#CDD3DE'
base7: '#D8DEE9'
color0: '#AB7967'
color1: '#F99157'
color2: '#99C794'
color3: '#FAC863'
color4: '#6699CC'
color5: '#C594C5'
color6: '#5FB3B3'
color7: '#FFFFFF'