@blessed/themes
Version:
Themes for blessed console apps
34 lines • 718 B
JavaScript
module.exports = {
"colors": {
"name": "Marrakesh (light)",
"author": "Chris Kempson",
"primary": {
"background": "#faf0a5",
"foreground": "#5f5b17"
},
"cursor": {
"text": "#faf0a5",
"cursor": "#5f5b17"
},
"normal": {
"black": "#201602",
"red": "#c35359",
"green": "#18974e",
"yellow": "#a88339",
"blue": "#477ca1",
"magenta": "#8868b3",
"cyan": "#75a738",
"white": "#948e48"
},
"bright": {
"black": "#6c6823",
"red": "#c35359",
"green": "#18974e",
"yellow": "#a88339",
"blue": "#477ca1",
"magenta": "#8868b3",
"cyan": "#75a738",
"white": "#faf0a5"
}
}
}