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.
32 lines
535 B
32 lines
535 B
# Colors (Dim) |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#333333' |
|
foreground = '#dddddd' |
|
|
|
[colors.cursor] |
|
text = '#aaaaaa' |
|
cursor = '#ffffff' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#000000' |
|
red = '#bb0000' |
|
green = '#00bb00' |
|
yellow = '#bbbb00' |
|
blue = '#0000bb' |
|
magenta = '#bb00bb' |
|
cyan = '#00bbbb' |
|
white = '#bbbbbb' |
|
|
|
# Bright colors |
|
[colors.bright] |
|
black = '#000000' |
|
red = '#bb0000' |
|
green = '#00bb00' |
|
yellow = '#bbbb00' |
|
blue = '#0000bb' |
|
magenta = '#bb00bb' |
|
cyan = '#00bbbb' |
|
white = '#bbbbbb'
|
|
|