@blessed/themes
Version:
Themes for blessed console apps
34 lines • 700 B
JavaScript
module.exports = {
"colors": {
"name": "Dawn",
"author": "Escapist",
"primary": {
"background": "#181B20",
"foreground": "#9B9081"
},
"cursor": {
"text": "#181B20",
"cursor": "#9B9081"
},
"normal": {
"black": "#353535",
"red": "#744B40",
"green": "#6D6137",
"yellow": "#765636",
"blue": "#61564B",
"magenta": "#6B4A49",
"cyan": "#435861",
"white": "#B3B3B3"
},
"bright": {
"black": "#5F5F5F",
"red": "#785850",
"green": "#6F6749",
"yellow": "#776049",
"blue": "#696057",
"magenta": "#6F5A59",
"cyan": "#525F66",
"white": "#CDCDCD"
}
}
}