@blessed/themes
Version:
Themes for blessed console apps
34 lines • 716 B
JavaScript
module.exports = {
"colors": {
"name": "Monokai (light)",
"author": "Chris Kempson",
"primary": {
"background": "#f9f8f5",
"foreground": "#49483e"
},
"cursor": {
"text": "#f9f8f5",
"cursor": "#49483e"
},
"normal": {
"black": "#272822",
"red": "#f92672",
"green": "#a6e22e",
"yellow": "#f4bf75",
"blue": "#66d9ef",
"magenta": "#ae81ff",
"cyan": "#a1efe4",
"white": "#f8f8f2"
},
"bright": {
"black": "#75715e",
"red": "#f92672",
"green": "#a6e22e",
"yellow": "#f4bf75",
"blue": "#66d9ef",
"magenta": "#ae81ff",
"cyan": "#a1efe4",
"white": "#f9f8f5"
}
}
}