@blessed/themes
Version:
Themes for blessed console apps
34 lines • 711 B
JavaScript
module.exports = {
"colors": {
"name": "Catch Me If You Can",
"author": "dkeg",
"primary": {
"background": "#170f0d",
"foreground": "#f9f9f9"
},
"cursor": {
"text": "#170f0d",
"cursor": "#f9f9f9"
},
"normal": {
"black": "#130f0c",
"red": "#604c38",
"green": "#8d7f85",
"yellow": "#907256",
"blue": "#aa8d70",
"magenta": "#b9a38d",
"cyan": "#c4bfbf",
"white": "#c4ae99"
},
"bright": {
"black": "#c69f77",
"red": "#cab9a8",
"green": "#d5c6b8",
"yellow": "#dcd1c7",
"blue": "#e0e0e2",
"magenta": "#e4dad2",
"cyan": "#eae3dc",
"white": "#f6f2f0"
}
}
}