@blessed/themes
Version:
Themes for blessed console apps
32 lines • 654 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#1b2b34",
"foreground": "#d8dee9"
},
"cursor": {
"text": "#1b2b34",
"cursor": "#ffffff"
},
"normal": {
"black": "#343d46",
"red": "#EC5f67",
"green": "#99C794",
"yellow": "#FAC863",
"blue": "#6699cc",
"magenta": "#c594c5",
"cyan": "#5fb3b3",
"white": "#d8dee9"
},
"bright": {
"black": "#343d46",
"red": "#EC5f67",
"green": "#99C794",
"yellow": "#FAC863",
"blue": "#6699cc",
"magenta": "#c594c5",
"cyan": "#5fb3b3",
"white": "#d8dee9"
}
}
}