@blessed/themes
Version:
Themes for blessed console apps
34 lines • 720 B
JavaScript
module.exports = {
"colors": {
"name": "Atelierheath (dark)",
"author": "Chris Kempson",
"primary": {
"background": "#1b181b",
"foreground": "#ab9bab"
},
"cursor": {
"text": "#1b181b",
"cursor": "#ab9bab"
},
"normal": {
"black": "#1b181b",
"red": "#ca402b",
"green": "#379a37",
"yellow": "#bb8a35",
"blue": "#516aec",
"magenta": "#7b59c0",
"cyan": "#159393",
"white": "#ab9bab"
},
"bright": {
"black": "#776977",
"red": "#ca402b",
"green": "#379a37",
"yellow": "#bb8a35",
"blue": "#516aec",
"magenta": "#7b59c0",
"cyan": "#159393",
"white": "#f7f3f7"
}
}
}