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
490 B
28 lines
490 B
# Colors (Paper Theme) |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#F2EEDE' |
|
foreground = '#000000' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#000000' |
|
red = '#CC3E28' |
|
green = '#216609' |
|
yellow = '#B58900' |
|
blue = '#1E6FCC' |
|
magenta = '#5C21A5' |
|
cyan = '#158C86' |
|
white = '#AAAAAA' |
|
|
|
# Bright colors |
|
[colors.bright] |
|
black = '#555555' |
|
red = '#CC3E28' |
|
green = '#216609' |
|
yellow = '#B58900' |
|
blue = '#1E6FCC' |
|
magenta = '#5C21A5' |
|
cyan = '#158C86' |
|
white = '#AAAAAA'
|
|
|