@blessed/themes
Version:
Themes for blessed console apps
34 lines • 695 B
JavaScript
module.exports = {
"colors": {
"name": "Splurge",
"author": "",
"primary": {
"background": "#000000",
"foreground": "#ffffff"
},
"cursor": {
"text": "#000000",
"cursor": "#ffffff"
},
"normal": {
"black": "#4a4b4a",
"red": "#d7699a",
"green": "#80d468",
"yellow": "#d7a169",
"blue": "#6985d7",
"magenta": "#c86ad4",
"cyan": "#6fccd1",
"white": "#dbdcdc"
},
"bright": {
"black": "#696969",
"red": "#f5a2b5",
"green": "#a3f2a0",
"yellow": "#f5cda2",
"blue": "#a2c1f5",
"magenta": "#d2a2f5",
"cyan": "#a0e9f2",
"white": "#fdfdfd"
}
}
}