@blessed/themes
Version:
Themes for blessed console apps
34 lines • 696 B
JavaScript
module.exports = {
"colors": {
"name": "Nucolors",
"author": "",
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#000000",
"cursor": "#ffffff"
},
"normal": {
"black": "#393939",
"red": "#ff9f95",
"green": "#e2ffc7",
"yellow": "#ffffb9",
"blue": "#a8ceea",
"magenta": "#e2b5cc",
"cyan": "#c2efff",
"white": "#dddddd"
},
"bright": {
"black": "#474747",
"red": "#ff8d80",
"green": "#dbffb3",
"yellow": "#ffbe64",
"blue": "#7eb6ff",
"magenta": "#e296ff",
"cyan": "#9ce9ff",
"white": "#dddddd"
}
}
}