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
485 B
28 lines
485 B
# Colors (Wombat) |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#1f1f1f' |
|
foreground = '#e5e1d8' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#000000' |
|
red = '#f7786d' |
|
green = '#bde97c' |
|
yellow = '#efdfac' |
|
blue = '#6ebaf8' |
|
magenta = '#ef88ff' |
|
cyan = '#90fdf8' |
|
white = '#e5e1d8' |
|
|
|
# Bright colors |
|
[colors.bright] |
|
black = '#b4b4b4' |
|
red = '#f99f92' |
|
green = '#e3f7a1' |
|
yellow = '#f2e9bf' |
|
blue = '#b3d2ff' |
|
magenta = '#e5bdff' |
|
cyan = '#c2fefa' |
|
white = '#ffffff'
|
|
|