@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#ffffff",
"foreground": "#61707a"
},
"normal": {
"black": "#0b141a",
"red": "#ff4053",
"green": "#11ab00",
"yellow": "#bf8c00",
"blue": "#0099ff",
"magenta": "#9854ff",
"cyan": "#00a5ab",
"white": "#ffffff"
},
"bright": {
"black": "#0b141a",
"red": "#ff4053",
"green": "#11ab00",
"yellow": "#bf8c00",
"blue": "#0099ff",
"magenta": "#9854ff",
"cyan": "#00a5ab",
"white": "#ffffff"
}
}
}