@blessed/themes
Version:
Themes for blessed console apps
34 lines • 717 B
JavaScript
module.exports = {
"colors": {
"name": "Grayscale (dark)",
"author": "Chris Kempson",
"primary": {
"background": "#101010",
"foreground": "#b9b9b9"
},
"cursor": {
"text": "#101010",
"cursor": "#b9b9b9"
},
"normal": {
"black": "#101010",
"red": "#7c7c7c",
"green": "#8e8e8e",
"yellow": "#a0a0a0",
"blue": "#686868",
"magenta": "#747474",
"cyan": "#868686",
"white": "#b9b9b9"
},
"bright": {
"black": "#525252",
"red": "#7c7c7c",
"green": "#8e8e8e",
"yellow": "#a0a0a0",
"blue": "#686868",
"magenta": "#747474",
"cyan": "#868686",
"white": "#f7f7f7"
}
}
}