@blessed/themes
Version:
Themes for blessed console apps
34 lines • 704 B
JavaScript
module.exports = {
"colors": {
"name": "Mostly Bright",
"author": "m83",
"primary": {
"background": "#F3F3F3",
"foreground": "#707070"
},
"cursor": {
"text": "#F3F3F3",
"cursor": "#707070"
},
"normal": {
"black": "#D3D3D3",
"red": "#EF6B7B",
"green": "#A1D569",
"yellow": "#F59335",
"blue": "#4EC2E8",
"magenta": "#FEC7CD",
"cyan": "#95C1C0",
"white": "#707070"
},
"bright": {
"black": "#B3B3B3",
"red": "#ED5466",
"green": "#AFDB80",
"yellow": "#F59335",
"blue": "#5DC7EA",
"magenta": "#D2A4B4",
"cyan": "#75A1A0",
"white": "#909090"
}
}
}