@blessed/themes
Version:
Themes for blessed console apps
34 lines • 701 B
JavaScript
module.exports = {
"colors": {
"name": "Numix Darkest",
"author": "",
"primary": {
"background": "#282828",
"foreground": "#a2a2a2"
},
"cursor": {
"text": "#282828",
"cursor": "#a2a2a2"
},
"normal": {
"black": "#555555",
"red": "#9c3528",
"green": "#61bc3b",
"yellow": "#f3b43a",
"blue": "#0d68a8",
"magenta": "#744560",
"cyan": "#288e9c",
"white": "#a2a2a2"
},
"bright": {
"black": "#888888",
"red": "#d64937",
"green": "#86df5d",
"yellow": "#fdd75a",
"blue": "#0f75bd",
"magenta": "#9e5e83",
"cyan": "#37c3d6",
"white": "#f9f9f9"
}
}
}