@blessed/themes
Version:
Themes for blessed console apps
34 lines • 696 B
JavaScript
module.exports = {
"colors": {
"name": "JWR dark",
"author": "",
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#000000",
"cursor": "#ffffff"
},
"normal": {
"black": "#333333",
"red": "#8c4665",
"green": "#287373",
"yellow": "#7c7c99",
"blue": "#395573",
"magenta": "#5e468c",
"cyan": "#31658c",
"white": "#899ca1"
},
"bright": {
"black": "#3d3d3d",
"red": "#bf4d80",
"green": "#53a6a6",
"yellow": "#9e9ecb",
"blue": "#477ab3",
"magenta": "#7e62b3",
"cyan": "#6096bf",
"white": "#c0c0c0"
}
}
}