@blessed/themes
Version:
Themes for blessed console apps
34 lines • 708 B
JavaScript
module.exports = {
"colors": {
"name": "Mashup Colors",
"author": "user 77",
"primary": {
"background": "#171717",
"foreground": "#b2a191"
},
"cursor": {
"text": "#171717",
"cursor": "#b2a191"
},
"normal": {
"black": "#202020",
"red": "#bf3f34",
"green": "#707d22",
"yellow": "#bf7a29",
"blue": "#627a92",
"magenta": "#75507b",
"cyan": "#757978",
"white": "#b2a191"
},
"bright": {
"black": "#404040",
"red": "#ff6c5f",
"green": "#b8ca4b",
"yellow": "#c7a551",
"blue": "#95b9de",
"magenta": "#ad7fa8",
"cyan": "#9fa590",
"white": "#e8d0c3"
}
}
}