29 lines
481 B
TOML
29 lines
481 B
TOML
[colors]
|
|
[colors.primary]
|
|
background = "#050202"
|
|
foreground = "#fdf6f6"
|
|
|
|
[colors.normal]
|
|
black = "#050202"
|
|
red = "#f53353"
|
|
green = "#ff3858"
|
|
yellow = "#fa4c6a"
|
|
blue = "#ff2649"
|
|
magenta = "#f84764"
|
|
cyan = "#fe5b75"
|
|
white = "#f3ced4"
|
|
|
|
[colors.bright]
|
|
black = "#e4677c"
|
|
red = "#fc889c"
|
|
green = "#ff94a6"
|
|
yellow = "#fea3b3"
|
|
blue = "#ff4f6c"
|
|
magenta = "#ff6880"
|
|
cyan = "#ff8297"
|
|
white = "#fdf6f6"
|
|
|
|
[colors.cursor]
|
|
text = "#050202"
|
|
cursor = "#fdf6f6"
|