@blessed/themes
Version:
Themes for blessed console apps
34 lines • 698 B
JavaScript
module.exports = {
"colors": {
"name": "SOS",
"author": "Rooster",
"primary": {
"background": "#373b43",
"foreground": "#78796f"
},
"cursor": {
"text": "#373b43",
"cursor": "#78796f"
},
"normal": {
"black": "#373b43",
"red": "#fdcd39",
"green": "#fbfd59",
"yellow": "#deac40",
"blue": "#afb171",
"magenta": "#b387e7",
"cyan": "#63e860",
"white": "#efdecb"
},
"bright": {
"black": "#373b43",
"red": "#fdcd39",
"green": "#fbfd59",
"yellow": "#deac40",
"blue": "#afb171",
"magenta": "#b387e7",
"cyan": "#63e860",
"white": "#efdecb"
}
}
}