@blessed/themes
Version:
Themes for blessed console apps
34 lines • 702 B
JavaScript
module.exports = {
"colors": {
"name": "Color Star",
"author": "dkeg",
"primary": {
"background": "#000000",
"foreground": "#d3d3d3"
},
"cursor": {
"text": "#000000",
"cursor": "#d3d3d3"
},
"normal": {
"black": "#03010f",
"red": "#503b43",
"green": "#353b64",
"yellow": "#8c2424",
"blue": "#6067ac",
"magenta": "#624d19",
"cyan": "#7c83c0",
"white": "#9a600f"
},
"bright": {
"black": "#ab9e9e",
"red": "#b28930",
"green": "#bbada9",
"yellow": "#c37305",
"blue": "#d0ae58",
"magenta": "#d7b559",
"cyan": "#f4e199",
"white": "#f6f4df"
}
}
}