32 lines
500 B
TOML
32 lines
500 B
TOML
[colors]
|
|
author = "Chris Kempson"
|
|
name = "Greenscreen (light)"
|
|
|
|
[colors.bright]
|
|
black = "#007700"
|
|
blue = "#009900"
|
|
cyan = "#005500"
|
|
green = "#00bb00"
|
|
magenta = "#00bb00"
|
|
red = "#007700"
|
|
white = "#00ff00"
|
|
yellow = "#007700"
|
|
|
|
[colors.cursor]
|
|
cursor = "#005500"
|
|
text = "#00ff00"
|
|
|
|
[colors.normal]
|
|
black = "#001100"
|
|
blue = "#009900"
|
|
cyan = "#005500"
|
|
green = "#00bb00"
|
|
magenta = "#00bb00"
|
|
red = "#007700"
|
|
white = "#00bb00"
|
|
yellow = "#007700"
|
|
|
|
[colors.primary]
|
|
background = "#00ff00"
|
|
foreground = "#005500"
|