@blessed/themes
Version:
Themes for blessed console apps
36 lines • 735 B
JavaScript
module.exports = {
"colors": {
"cursor": {
"text": "#fefff2",
"cursor": "#f0cc09"
},
"selection": {
"text": "#b5b5b5",
"background": "#18354f"
},
"primary": {
"background": "#132738",
"foreground": "#ffffff"
},
"normal": {
"black": "#000000",
"red": "#ff0000",
"green": "#38de21",
"yellow": "#ffe50a",
"blue": "#1460d2",
"magenta": "#ff005d",
"cyan": "#00bbbb",
"white": "#bbbbbb"
},
"bright": {
"black": "#555555",
"red": "#f40e17",
"green": "#3bd01d",
"yellow": "#edc809",
"blue": "#5555ff",
"magenta": "#ff55ff",
"cyan": "#6ae3fa",
"white": "#ffffff"
}
}
}