@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#0c0c0c",
"foreground": "#cccccc"
},
"normal": {
"black": "#0c0c0c",
"red": "#c50f1f",
"green": "#13a10e",
"yellow": "#c19c00",
"blue": "#0037da",
"magenta": "#881798",
"cyan": "#3a96dd",
"white": "#cccccc"
},
"bright": {
"black": "#767676",
"red": "#e74856",
"green": "#16c60c",
"yellow": "#f9f1a5",
"blue": "#3b78ff",
"magenta": "#b4009e",
"cyan": "#61d6d6",
"white": "#f2f2f2"
}
}
}