@blessed/themes
Version:
Themes for blessed console apps
34 lines • 714 B
JavaScript
module.exports = {
"colors": {
"name": "Mocha (light)",
"author": "Chris Kempson",
"primary": {
"background": "#f5eeeb",
"foreground": "#645240"
},
"cursor": {
"text": "#f5eeeb",
"cursor": "#645240"
},
"normal": {
"black": "#3b3228",
"red": "#cb6077",
"green": "#beb55b",
"yellow": "#f4bc87",
"blue": "#8ab3b5",
"magenta": "#a89bb9",
"cyan": "#7bbda4",
"white": "#d0c8c6"
},
"bright": {
"black": "#7e705a",
"red": "#cb6077",
"green": "#beb55b",
"yellow": "#f4bc87",
"blue": "#8ab3b5",
"magenta": "#a89bb9",
"cyan": "#7bbda4",
"white": "#f5eeeb"
}
}
}