@blessed/themes
Version:
Themes for blessed console apps
34 lines • 714 B
JavaScript
module.exports = {
"colors": {
"name": "Ashes (light)",
"author": "Chris Kempson",
"primary": {
"background": "#f3f4f5",
"foreground": "#565e65"
},
"cursor": {
"text": "#f3f4f5",
"cursor": "#565e65"
},
"normal": {
"black": "#1c2023",
"red": "#c7ae95",
"green": "#95c7ae",
"yellow": "#aec795",
"blue": "#ae95c7",
"magenta": "#c795ae",
"cyan": "#95aec7",
"white": "#c7ccd1"
},
"bright": {
"black": "#747c84",
"red": "#c7ae95",
"green": "#95c7ae",
"yellow": "#aec795",
"blue": "#ae95c7",
"magenta": "#c795ae",
"cyan": "#95aec7",
"white": "#f3f4f5"
}
}
}