module.exports = { name: 'solarized-dark', displayName: 'Solarized Dark', theme: { background: { default: '#002b36', success: '#859900', notice: '#b58900', warning: '#cb4b16', danger: '#dc322f', surprise: '#6c71c4', info: '#2aa198', }, foreground: { default: '#839496', }, highlight: { default: 'rgb(142, 149, 146)', xxs: 'rgba(159, 167, 164, 0.05)', xs: 'rgba(159, 167, 164, 0.1)', sm: 'rgba(159, 167, 164, 0.2)', md: 'rgba(142, 149, 146, 0.3)', lg: 'rgba(142, 149, 146, 0.6)', xl: 'rgba(142, 149, 146, 0.8)', }, }, };