@blessed/themes
Version:
Themes for blessed console apps
34 lines • 714 B
JavaScript
module.exports = {
"colors": {
"name": "Count Von Count",
"author": "Baskerville",
"primary": {
"background": "#000000",
"foreground": "#919191"
},
"cursor": {
"text": "#000000",
"cursor": "#919191"
},
"normal": {
"black": "#303030",
"red": "#c10023",
"green": "#a83334",
"yellow": "#b51d2c",
"blue": "#8c4b46",
"magenta": "#7d534f",
"cyan": "#9a413d",
"white": "#c6c6c6"
},
"bright": {
"black": "#5e5e5e",
"red": "#ff8781",
"green": "#ffa095",
"yellow": "#ff948b",
"blue": "#feb2aa",
"magenta": "#ebbbb5",
"cyan": "#ffaaa0",
"white": "#ffffff"
}
}
}