@blessed/themes
Version:
Themes for blessed console apps
34 lines • 719 B
JavaScript
module.exports = {
"colors": {
"name": "Railscasts (light)",
"author": "Chris Kempson",
"primary": {
"background": "#f9f7f3",
"foreground": "#3a4055"
},
"cursor": {
"text": "#f9f7f3",
"cursor": "#3a4055"
},
"normal": {
"black": "#2b2b2b",
"red": "#da4939",
"green": "#a5c261",
"yellow": "#ffc66d",
"blue": "#6d9cbe",
"magenta": "#b6b3eb",
"cyan": "#519f50",
"white": "#e6e1dc"
},
"bright": {
"black": "#5a647e",
"red": "#da4939",
"green": "#a5c261",
"yellow": "#ffc66d",
"blue": "#6d9cbe",
"magenta": "#b6b3eb",
"cyan": "#519f50",
"white": "#f9f7f3"
}
}
}