@blessed/themes
Version:
Themes for blessed console apps
34 lines • 704 B
JavaScript
module.exports = {
"colors": {
"name": "X::DotShare",
"author": "crshd",
"primary": {
"background": "#151515",
"foreground": "#D7D0C7"
},
"cursor": {
"text": "#151515",
"cursor": "#D7D0C7"
},
"normal": {
"black": "#101010",
"red": "#E84F4F",
"green": "#B8D68C",
"yellow": "#E1AA5D",
"blue": "#7DC1CF",
"magenta": "#9B64FB",
"cyan": "#6D878D",
"white": "#DDDDDD"
},
"bright": {
"black": "#404040",
"red": "#D23D3D",
"green": "#A0CF5D",
"yellow": "#F39D21",
"blue": "#4E9FB1",
"magenta": "#8542FF",
"cyan": "#42717B",
"white": "#DDDDDD"
}
}
}