28 lines
456 B
TOML
28 lines
456 B
TOML
|
[colors.bright]
|
||
|
black = "0x555753"
|
||
|
blue = "0x729fcf"
|
||
|
cyan = "0x34e2e2"
|
||
|
green = "0x8ae234"
|
||
|
magenta = "0xad7fa8"
|
||
|
red = "0xef2929"
|
||
|
white = "0xeeeeec"
|
||
|
yellow = "0xfce94f"
|
||
|
|
||
|
[colors.cursor]
|
||
|
cursor = "0xb4d5ff"
|
||
|
text = "0xbbbbbb"
|
||
|
|
||
|
[colors.normal]
|
||
|
black = "0x2e3436"
|
||
|
blue = "0x3465a4"
|
||
|
cyan = "0x06989a"
|
||
|
green = "0x4e9a06"
|
||
|
magenta = "0x75507b"
|
||
|
red = "0xcc0000"
|
||
|
white = "0xd3d7cf"
|
||
|
yellow = "0xc4a000"
|
||
|
|
||
|
[colors.primary]
|
||
|
background = "0x300a24"
|
||
|
foreground = "0xeeeeec"
|