UNPKG

@blessed/themes

Version:
34 lines 698 B
module.exports = { "colors": { "name": "SOS", "author": "Rooster", "primary": { "background": "#373b43", "foreground": "#78796f" }, "cursor": { "text": "#373b43", "cursor": "#78796f" }, "normal": { "black": "#373b43", "red": "#fdcd39", "green": "#fbfd59", "yellow": "#deac40", "blue": "#afb171", "magenta": "#b387e7", "cyan": "#63e860", "white": "#efdecb" }, "bright": { "black": "#373b43", "red": "#fdcd39", "green": "#fbfd59", "yellow": "#deac40", "blue": "#afb171", "magenta": "#b387e7", "cyan": "#63e860", "white": "#efdecb" } } }