32 lines
476 B
TOML
32 lines
476 B
TOML
[colors]
|
|
author = ""
|
|
name = "Nucolors"
|
|
|
|
[colors.bright]
|
|
black = "#474747"
|
|
blue = "#7eb6ff"
|
|
cyan = "#9ce9ff"
|
|
green = "#dbffb3"
|
|
magenta = "#e296ff"
|
|
red = "#ff8d80"
|
|
white = "#dddddd"
|
|
yellow = "#ffbe64"
|
|
|
|
[colors.cursor]
|
|
cursor = "#ffffff"
|
|
text = "#000000"
|
|
|
|
[colors.normal]
|
|
black = "#393939"
|
|
blue = "#a8ceea"
|
|
cyan = "#c2efff"
|
|
green = "#e2ffc7"
|
|
magenta = "#e2b5cc"
|
|
red = "#ff9f95"
|
|
white = "#dddddd"
|
|
yellow = "#ffffb9"
|
|
|
|
[colors.primary]
|
|
background = "#000000"
|
|
foreground = "#ffffff"
|