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 = '#272a34' |
|
foreground = '#FFFFFF' |
|
|
|
[colors.normal] |
|
black = '#1F2229' |
|
red = '#EC0101' |
|
green = '#47D4B9' |
|
yellow = '#FF8A18' |
|
blue = '#277FFF' |
|
magenta = '#D71655' |
|
cyan = '#05A1F7' |
|
white = '#FFFFFF' |
|
|
|
[colors.bright] |
|
black = '#1F2229' |
|
red = '#D41919' |
|
green = '#5EBDAB' |
|
yellow = '#FEA44C' |
|
blue = '#367bf0' |
|
magenta = '#BF2E5D' |
|
cyan = '#49AEE6' |
|
white = '#FFFFFF'
|
|
|