@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#282828",
"foreground": "#eeeeee"
},
"normal": {
"black": "#282828",
"red": "#f43753",
"green": "#c9d05c",
"yellow": "#ffc24b",
"blue": "#b3deef",
"magenta": "#d3b987",
"cyan": "#73cef4",
"white": "#eeeeee"
},
"bright": {
"black": "#4c4c4c",
"red": "#f43753",
"green": "#c9d05c",
"yellow": "#ffc24b",
"blue": "#b3deef",
"magenta": "#d3b987",
"cyan": "#73cef4",
"white": "#feffff"
}
}
}