28 lines
456 B
TOML
28 lines
456 B
TOML
|
[colors.bright]
|
||
|
black = "0x7f7f7f"
|
||
|
blue = "0x79c0ff"
|
||
|
cyan = "0x39c5cf"
|
||
|
green = "0x79c0ff"
|
||
|
magenta = "0xbc8cff"
|
||
|
red = "0xfdac54"
|
||
|
white = "0xb1bac4"
|
||
|
yellow = "0xe3b341"
|
||
|
|
||
|
[colors.cursor]
|
||
|
cursor = "0xc9d1d9"
|
||
|
text = "0x0d1117"
|
||
|
|
||
|
[colors.normal]
|
||
|
black = "0x000000"
|
||
|
blue = "0x58a6ff"
|
||
|
cyan = "0x39c5cf"
|
||
|
green = "0x58a6ff"
|
||
|
magenta = "0xbc8cff"
|
||
|
red = "0xec8e2c"
|
||
|
white = "0xb1bac4"
|
||
|
yellow = "0xd29922"
|
||
|
|
||
|
[colors.primary]
|
||
|
background = "0x000000"
|
||
|
foreground = "0xffffff"
|