You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
495 B
28 lines
495 B
# Colors (Everforest Light) |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#fdf6e3' |
|
foreground = '#5c6a72' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#5c6a72' |
|
red = '#f85552' |
|
green = '#8da101' |
|
yellow = '#dfa000' |
|
blue = '#3a94c5' |
|
magenta = '#df69ba' |
|
cyan = '#35a77c' |
|
white = '#e0dcc7' |
|
|
|
# Bright Colors |
|
[colors.bright] |
|
black = '#5c6a72' |
|
red = '#f85552' |
|
green = '#8da101' |
|
yellow = '#dfa000' |
|
blue = '#3a94c5' |
|
magenta = '#df69ba' |
|
cyan = '#35a77c' |
|
white = '#e0dcc7'
|
|
|