@blessed/themes
Version:
Themes for blessed console apps
34 lines • 697 B
JavaScript
module.exports = {
"colors": {
"name": "VWbug",
"author": "dkeg",
"primary": {
"background": "#170f0d",
"foreground": "#746c48"
},
"cursor": {
"text": "#170f0d",
"cursor": "#746c48"
},
"normal": {
"black": "#261e26",
"red": "#312c38",
"green": "#4d353b",
"yellow": "#503b43",
"blue": "#57403e",
"magenta": "#665453",
"cyan": "#6e5450",
"white": "#8e7266"
},
"bright": {
"black": "#906756",
"red": "#927e7e",
"green": "#ad6042",
"yellow": "#b48b6f",
"blue": "#c4ab98",
"magenta": "#d9c9b6",
"cyan": "#e7ddd1",
"white": "#faf7f2"
}
}
}