@blessed/themes
Version:
Themes for blessed console apps
34 lines • 696 B
JavaScript
module.exports = {
"colors": {
"name": "Teva",
"author": "dkeg",
"primary": {
"background": "#170f0d",
"foreground": "#746c48"
},
"cursor": {
"text": "#170f0d",
"cursor": "#746c48"
},
"normal": {
"black": "#191f31",
"red": "#282e39",
"green": "#303844",
"yellow": "#3b444a",
"blue": "#3c4435",
"magenta": "#4e534f",
"cyan": "#5d5d35",
"white": "#66695d"
},
"bright": {
"black": "#706d56",
"red": "#8b7852",
"green": "#909581",
"yellow": "#91703a",
"blue": "#948658",
"magenta": "#a19662",
"cyan": "#ad9152",
"white": "#c6a13f"
}
}
}