@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#282a36",
"foreground": "#eff0eb"
},
"normal": {
"black": "#282a36",
"red": "#ff5c57",
"green": "#5af78e",
"yellow": "#f3f99d",
"blue": "#57c7ff",
"magenta": "#ff6ac1",
"cyan": "#9aedfe",
"white": "#f1f1f0"
},
"bright": {
"black": "#686868",
"red": "#ff5c57",
"green": "#5af78e",
"yellow": "#f3f99d",
"blue": "#57c7ff",
"magenta": "#ff6ac1",
"cyan": "#9aedfe",
"white": "#f1f1f0"
}
}
}