@blessed/themes
Version:
Themes for blessed console apps
34 lines • 716 B
JavaScript
module.exports = {
"colors": {
"name": "Paraiso (light)",
"author": "Chris Kempson",
"primary": {
"background": "#e7e9db",
"foreground": "#4f424c"
},
"cursor": {
"text": "#e7e9db",
"cursor": "#4f424c"
},
"normal": {
"black": "#2f1e2e",
"red": "#ef6155",
"green": "#48b685",
"yellow": "#fec418",
"blue": "#06b6ef",
"magenta": "#815ba4",
"cyan": "#5bc4bf",
"white": "#a39e9b"
},
"bright": {
"black": "#776e71",
"red": "#ef6155",
"green": "#48b685",
"yellow": "#fec418",
"blue": "#06b6ef",
"magenta": "#815ba4",
"cyan": "#5bc4bf",
"white": "#e7e9db"
}
}
}