@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#2D2D2D",
"foreground": "#B3B9C5"
},
"normal": {
"black": "#2D2D2D",
"red": "#F2777A",
"green": "#92D192",
"yellow": "#FFD479",
"blue": "#6AB0F3",
"magenta": "#E1A6F2",
"cyan": "#76D4D6",
"white": "#B3B9C5"
},
"bright": {
"black": "#777C85",
"red": "#F2777A",
"green": "#76D4D6",
"yellow": "#FFEEA6",
"blue": "#6AB0F3",
"magenta": "#E1A6F2",
"cyan": "#76D4D6",
"white": "#FFFFFF"
}
}
}