@blessed/themes
Version:
Themes for blessed console apps
34 lines • 707 B
JavaScript
module.exports = {
"colors": {
"name": "Dark Ocean",
"author": "DOOMICIDE",
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#000000",
"cursor": "#ffffff"
},
"normal": {
"black": "#000000",
"red": "#571dc2",
"green": "#14db49",
"yellow": "#403d70",
"blue": "#385a70",
"magenta": "#384894",
"cyan": "#4f3a5e",
"white": "#999999"
},
"bright": {
"black": "#38372c",
"red": "#7c54b0",
"green": "#a2e655",
"yellow": "#9c6f59",
"blue": "#323f5c",
"magenta": "#5e6c99",
"cyan": "#667d77",
"white": "#ffffff"
}
}
}