@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#2D2A2E",
"foreground": "#FCFCFA"
},
"normal": {
"black": "#403E41",
"red": "#FF6188",
"green": "#A9DC76",
"yellow": "#FFD866",
"blue": "#FC9867",
"magenta": "#AB9DF2",
"cyan": "#78DCE8",
"white": "#FCFCFA"
},
"bright": {
"black": "#727072",
"red": "#FF6188",
"green": "#A9DC76",
"yellow": "#FFD866",
"blue": "#FC9867",
"magenta": "#AB9DF2",
"cyan": "#78DCE8",
"white": "#FCFCFA"
}
}
}