@blessed/themes
Version:
Themes for blessed console apps
34 lines • 707 B
JavaScript
module.exports = {
"colors": {
"name": "Low Contrast",
"author": "Muzieca",
"primary": {
"background": "#3c3b37",
"foreground": "#93a1a1"
},
"cursor": {
"text": "#3c3b37",
"cursor": "#93a1a1"
},
"normal": {
"black": "#5f5f5f",
"red": "#d96468",
"green": "#a2d964",
"yellow": "#d9c964",
"blue": "#64a2d9",
"magenta": "#9a64d9",
"cyan": "#64d9d5",
"white": "#989898"
},
"bright": {
"black": "#828282",
"red": "#d98f93",
"green": "#b8d98f",
"yellow": "#d9cf8f",
"blue": "#8f99d9",
"magenta": "#b08fd9",
"cyan": "#8fd9d5",
"white": "#c5c5c5"
}
}
}