@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#333333",
"foreground": "#F2F2F2"
},
"normal": {
"black": "#333333",
"red": "#CC0000",
"green": "#4E9A06",
"yellow": "#C4A000",
"blue": "#3465A4",
"magenta": "#75507B",
"cyan": "#06989A",
"white": "#D3D7CF"
},
"bright": {
"black": "#88807C",
"red": "#F15D22",
"green": "#73C48F",
"yellow": "#FFCE51",
"blue": "#48B9C7",
"magenta": "#AD7FA8",
"cyan": "#34E2E2",
"white": "#EEEEEC"
}
}
}