@blessed/themes
Version:
Themes for blessed console apps
32 lines • 654 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#F81CE5",
"cursor": "#ffffff"
},
"normal": {
"black": "#000000",
"red": "#fe0100",
"green": "#33ff00",
"yellow": "#feff00",
"blue": "#0066ff",
"magenta": "#cc00ff",
"cyan": "#00ffff",
"white": "#d0d0d0"
},
"bright": {
"black": "#808080",
"red": "#fe0100",
"green": "#33ff00",
"yellow": "#feff00",
"blue": "#0066ff",
"magenta": "#cc00ff",
"cyan": "#00ffff",
"white": "#FFFFFF"
}
}
}