@blessed/themes
Version:
Themes for blessed console apps
28 lines • 580 B
JavaScript
module.exports = {
"colors": {
"primary": {
"background": "#27292c",
"foreground": "#d0d2d1"
},
"normal": {
"black": "#35383b",
"red": "#b05655",
"green": "#769972",
"yellow": "#e1a574",
"blue": "#7693ac",
"magenta": "#977ba0",
"cyan": "#749e99",
"white": "#848b92"
},
"bright": {
"black": "#484c52",
"red": "#d27c7b",
"green": "#dffebe",
"yellow": "#f0d189",
"blue": "#96b1c9",
"magenta": "#bfa5c7",
"cyan": "#9fc9c3",
"white": "#fcf7e2"
}
}
}