@blessed/themes
Version:
Themes for blessed console apps
34 lines • 712 B
JavaScript
module.exports = {
"colors": {
"name": "3024 (dark)",
"author": "Chris Kempson",
"primary": {
"background": "#090300",
"foreground": "#a5a2a2"
},
"cursor": {
"text": "#090300",
"cursor": "#a5a2a2"
},
"normal": {
"black": "#090300",
"red": "#db2d20",
"green": "#01a252",
"yellow": "#fded02",
"blue": "#01a0e4",
"magenta": "#a16a94",
"cyan": "#b5e4f4",
"white": "#a5a2a2"
},
"bright": {
"black": "#5c5855",
"red": "#db2d20",
"green": "#01a252",
"yellow": "#fded02",
"blue": "#01a0e4",
"magenta": "#a16a94",
"cyan": "#b5e4f4",
"white": "#f7f7f7"
}
}
}