@blessed/themes
Version:
Themes for blessed console apps
34 lines • 709 B
JavaScript
module.exports = {
"colors": {
"name": "Ivory Dark",
"author": "Baskerville",
"primary": {
"background": "#2d2c28",
"foreground": "#a4a6ab"
},
"cursor": {
"text": "#2d2c28",
"cursor": "#a4a6ab"
},
"normal": {
"black": "#5b5955",
"red": "#c4756e",
"green": "#559a6a",
"yellow": "#9b8a4b",
"blue": "#6a8dca",
"magenta": "#b577ac",
"cyan": "#019baa",
"white": "#dbdde2"
},
"bright": {
"black": "#707277",
"red": "#f6a299",
"green": "#82c896",
"yellow": "#cab775",
"blue": "#98bbfb",
"magenta": "#e5a4db",
"cyan": "#53cad9",
"white": "#f7f9ff"
}
}
}