@blessed/themes
Version:
Themes for blessed console apps
34 lines • 705 B
JavaScript
module.exports = {
"colors": {
"name": "Nature Suede",
"author": "Gslob",
"primary": {
"background": "#170f0d",
"foreground": "#746c48"
},
"cursor": {
"text": "#170f0d",
"cursor": "#746c48"
},
"normal": {
"black": "#392925",
"red": "#98724c",
"green": "#908f32",
"yellow": "#aa964c",
"blue": "#7b854e",
"magenta": "#6b5644",
"cyan": "#5c5142",
"white": "#c8b55b"
},
"bright": {
"black": "#544b2e",
"red": "#af652f",
"green": "#c3c13d",
"yellow": "#c8b55b",
"blue": "#70a16c",
"magenta": "#98724c",
"cyan": "#778725",
"white": "#e4dc8c"
}
}
}