@blessed/themes
Version:
Themes for blessed console apps
34 lines • 691 B
JavaScript
module.exports = {
"colors": {
"name": "tlh",
"author": "",
"primary": {
"background": "#101010",
"foreground": "#66ff66"
},
"cursor": {
"text": "#101010",
"cursor": "#66ff66"
},
"normal": {
"black": "#1c1c1c",
"red": "#d81860",
"green": "#60ff60",
"yellow": "#f9fd75",
"blue": "#4695c8",
"magenta": "#a78edb",
"cyan": "#43afce",
"white": "#f3ebe2"
},
"bright": {
"black": "#4d4d4d",
"red": "#f00060",
"green": "#70ff70",
"yellow": "#f9fd80",
"blue": "#5a9dc8",
"magenta": "#b29fdb",
"cyan": "#69b8ce",
"white": "#eeeeee"
}
}
}