@blessed/themes
Version:
Themes for blessed console apps
34 lines • 717 B
JavaScript
module.exports = {
"colors": {
"name": "Twilight (light)",
"author": "Chris Kempson",
"primary": {
"background": "#ffffff",
"foreground": "#464b50"
},
"cursor": {
"text": "#ffffff",
"cursor": "#464b50"
},
"normal": {
"black": "#1e1e1e",
"red": "#cf6a4c",
"green": "#8f9d6a",
"yellow": "#f9ee98",
"blue": "#7587a6",
"magenta": "#9b859d",
"cyan": "#afc4db",
"white": "#a7a7a7"
},
"bright": {
"black": "#5f5a60",
"red": "#cf6a4c",
"green": "#8f9d6a",
"yellow": "#f9ee98",
"blue": "#7587a6",
"magenta": "#9b859d",
"cyan": "#afc4db",
"white": "#ffffff"
}
}
}