31 lines
508 B
TOML
31 lines
508 B
TOML
[colors]
|
|
draw_bold_text_with_bright_colors = false
|
|
|
|
[colors.cursor]
|
|
cursor = "0x333333"
|
|
text = "0xffffff"
|
|
|
|
[colors.bright]
|
|
black = "0x282a35"
|
|
blue = "0xcaa9fa"
|
|
cyan = "0x9aedfe"
|
|
green = "0x5af78e"
|
|
magenta = "0xff92d0"
|
|
red = "0xff6e67"
|
|
white = "0xe6e6e6"
|
|
yellow = "0xf4f99d"
|
|
|
|
[colors.normal]
|
|
black = "0x000000"
|
|
blue = "0xcaa9fa"
|
|
cyan = "0x8be9fd"
|
|
green = "0x50fa7b"
|
|
magenta = "0xff79c6"
|
|
red = "0xff5555"
|
|
white = "0xbfbfbf"
|
|
yellow = "0xf1fa8c"
|
|
|
|
[colors.primary]
|
|
background = "0x282a36"
|
|
foreground = "0xf8f8f2"
|