@blessed/themes
Version:
Themes for blessed console apps
34 lines • 705 B
JavaScript
module.exports = {
"colors": {
"name": "Lumifoo",
"author": "Gutterslob",
"primary": {
"background": "#1e2021",
"foreground": "#888a8c"
},
"cursor": {
"text": "#1e2021",
"cursor": "#888a8c"
},
"normal": {
"black": "#515151",
"red": "#bf6382",
"green": "#65a446",
"yellow": "#ad8a43",
"blue": "#6b85c2",
"magenta": "#9e6bb8",
"cyan": "#5c9d88",
"white": "#919191"
},
"bright": {
"black": "#707172",
"red": "#eaaec2",
"green": "#aed49b",
"yellow": "#d4c3a0",
"blue": "#afc4e9",
"magenta": "#d2b1e2",
"cyan": "#a4d0c1",
"white": "#d0d0d0"
}
}
}