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
499 B
28 lines
499 B
# Colours (Monokai Charcoal) |
|
|
|
# Default Colours |
|
[colors.primary] |
|
background = '#000000' |
|
foreground = '#FFFFFF' |
|
|
|
# Normal Colours |
|
[colors.normal] |
|
black = '#1a1a1a' |
|
red = '#f4005f' |
|
green = '#98e024' |
|
yellow = '#fa8419' |
|
blue = '#9d65ff' |
|
magenta = '#f4005f' |
|
cyan = '#58d1eb' |
|
white = '#c4c5b5' |
|
|
|
# Bright Colours |
|
[colors.bright] |
|
black = '#625e4c' |
|
red = '#f4005f' |
|
green = '#98e024' |
|
yellow = '#e0d561' |
|
blue = '#9d65ff' |
|
magenta = '#f4005f' |
|
cyan = '#58d1eb' |
|
white = '#f6f6ef'
|
|
|