@blessed/themes
Version:
Themes for blessed console apps
34 lines • 716 B
JavaScript
module.exports = {
"colors": {
"name": "Tomorrow (dark)",
"author": "Chris Kempson",
"primary": {
"background": "#1d1f21",
"foreground": "#c5c8c6"
},
"cursor": {
"text": "#1d1f21",
"cursor": "#c5c8c6"
},
"normal": {
"black": "#1d1f21",
"red": "#cc6666",
"green": "#b5bd68",
"yellow": "#f0c674",
"blue": "#81a2be",
"magenta": "#b294bb",
"cyan": "#8abeb7",
"white": "#c5c8c6"
},
"bright": {
"black": "#969896",
"red": "#cc6666",
"green": "#b5bd68",
"yellow": "#f0c674",
"blue": "#81a2be",
"magenta": "#b294bb",
"cyan": "#8abeb7",
"white": "#ffffff"
}
}
}