@blessed/themes
Version:
Themes for blessed console apps
34 lines • 701 B
JavaScript
module.exports = {
"colors": {
"name": "Insignificato",
"author": "",
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#000000",
"cursor": "#ffffff"
},
"normal": {
"black": "#3d3e3d",
"red": "#755a5b",
"green": "#68755a",
"yellow": "#756e5a",
"blue": "#5b6976",
"magenta": "#755b76",
"cyan": "#5b7674",
"white": "#808080"
},
"bright": {
"black": "#5a5b5c",
"red": "#a37679",
"green": "#87a376",
"yellow": "#a39b76",
"blue": "#758ba3",
"magenta": "#9f76a3",
"cyan": "#75a3a1",
"white": "#aeafb0"
}
}
}