@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#10100E",
"foreground": "#C6C6C4"
},
"normal": {
"black": "#10100E",
"red": "#C40233",
"green": "#009F6B",
"yellow": "#FFD700",
"blue": "#0087BD",
"magenta": "#9A4EAE",
"cyan": "#20B2AA",
"white": "#C6C6C4"
},
"bright": {
"black": "#696969",
"red": "#FF2400",
"green": "#03C03C",
"yellow": "#FDFF00",
"blue": "#007FFF",
"magenta": "#FF1493",
"cyan": "#00CCCC",
"white": "#FFFAFA"
}
}
}