@blessed/themes
Version:
Themes for blessed console apps
34 lines • 714 B
JavaScript
module.exports = {
"colors": {
"name": "Embers (dark)",
"author": "Chris Kempson",
"primary": {
"background": "#16130f",
"foreground": "#a39a90"
},
"cursor": {
"text": "#16130f",
"cursor": "#a39a90"
},
"normal": {
"black": "#16130f",
"red": "#826d57",
"green": "#57826d",
"yellow": "#6d8257",
"blue": "#6d5782",
"magenta": "#82576d",
"cyan": "#576d82",
"white": "#a39a90"
},
"bright": {
"black": "#5a5047",
"red": "#826d57",
"green": "#57826d",
"yellow": "#6d8257",
"blue": "#6d5782",
"magenta": "#82576d",
"cyan": "#576d82",
"white": "#dbd6d1"
}
}
}