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.
23 lines
417 B
23 lines
417 B
[colors.primary] |
|
background = '#f8f8f8' |
|
foreground = '#2a2b33' |
|
|
|
[colors.normal] |
|
black = '#000000' |
|
red = '#de3d35' |
|
green = '#3e953a' |
|
yellow = '#d2b67b' |
|
blue = '#2f5af3' |
|
magenta = '#a00095' |
|
cyan = '#3e953a' |
|
white = '#bbbbbb' |
|
|
|
[colors.bright] |
|
black = '#000000' |
|
red = '#de3d35' |
|
green = '#3e953a' |
|
yellow = '#d2b67b' |
|
blue = '#2f5af3' |
|
magenta = '#a00095' |
|
cyan = '#3e953a' |
|
white = '#ffffff'
|
|
|