@blessed/themes
Version:
Themes for blessed console apps
34 lines • 713 B
JavaScript
module.exports = {
"colors": {
"name": "Visibone Alt. 2",
"author": "Gutterslob",
"primary": {
"background": "#333333",
"foreground": "#CCCCCC"
},
"cursor": {
"text": "#333333",
"cursor": "#CCCCCC"
},
"normal": {
"black": "#666666",
"red": "#CC6699",
"green": "#99CC66",
"yellow": "#CC9966",
"blue": "#6699CC",
"magenta": "#9966CC",
"cyan": "#66CC99",
"white": "#CCCCCC"
},
"bright": {
"black": "#999999",
"red": "#FF99CC",
"green": "#CCFF99",
"yellow": "#FFCC99",
"blue": "#99CCFF",
"magenta": "#CC99FF",
"cyan": "#99FFCC",
"white": "#FFFFFF"
}
}
}