@blessed/themes
Version:
Themes for blessed console apps
34 lines • 706 B
JavaScript
module.exports = {
"colors": {
"name": "X::Erosion",
"author": "earsplit",
"primary": {
"background": "#181512",
"foreground": "#BEA492"
},
"cursor": {
"text": "#181512",
"cursor": "#BEA492"
},
"normal": {
"black": "#332D29",
"red": "#8C644C",
"green": "#746C48",
"yellow": "#908A66",
"blue": "#646A6D",
"magenta": "#605655",
"cyan": "#4B5C5E",
"white": "#504339"
},
"bright": {
"black": "#817267",
"red": "#9F7155",
"green": "#857B52",
"yellow": "#9C956E",
"blue": "#71777A",
"magenta": "#656565",
"cyan": "#556D70",
"white": "#9A875F"
}
}
}