@blessed/themes
Version:
Themes for blessed console apps
34 lines • 698 B
JavaScript
module.exports = {
"colors": {
"name": "Panels",
"author": "dkeg",
"primary": {
"background": "#000000",
"foreground": "#d3d3d3"
},
"cursor": {
"text": "#000000",
"cursor": "#d3d3d3"
},
"normal": {
"black": "#191927",
"red": "#282f5e",
"green": "#2b4593",
"yellow": "#344276",
"blue": "#4e3a4f",
"magenta": "#61372f",
"cyan": "#6b484c",
"white": "#744537"
},
"bright": {
"black": "#905749",
"red": "#94431c",
"green": "#9f582a",
"yellow": "#a38687",
"blue": "#e1750f",
"magenta": "#eaaf25",
"cyan": "#fa8e08",
"white": "#fca806"
}
}
}