UNPKG

@blessed/themes

Version:
28 lines 580 B
module.exports = { "colors": { "primary": { "foreground": "#282c34", "background": "#ffffff" }, "normal": { "black": "#282c34", "red": "#e06c75", "green": "#98c379", "yellow": "#d19a66", "blue": "#61afef", "magenta": "#c678dd", "cyan": "#56b6c2", "white": "#abb2bf" }, "bright": { "black": "#5c6370", "red": "#e06c75", "green": "#98c379", "yellow": "#d19a66", "blue": "#61afef", "magenta": "#c678dd", "cyan": "#56b6c2", "white": "#ffffff" } } }