insomnia/plugins/insomnia-plugin-core-themes/themes/gruvbox.js
2019-11-22 14:40:21 -05:00

46 lines
995 B
JavaScript

module.exports = {
name: 'gruvbox-dark',
displayName: 'Gruvbox Dark',
theme: {
background: {
default: '#282828',
success: '#83a598',
notice: '#b8bb26',
warning: '#d79921',
danger: '#eb5746',
surprise: '#d3869b',
info: '#83a598',
},
foreground: {
default: '#d9d1ce',
success: '#fff',
notice: '#fff',
warning: '#fff',
danger: '#fff',
surprise: '#fff',
info: '#fff',
},
highlight: {
default: 'rgb(140, 135, 131)',
xxs: 'rgba(140, 135, 131, 0.05)',
xs: 'rgba(140, 135, 131, 0.1)',
sm: 'rgba(140, 135, 131, 0.2)',
md: 'rgba(140, 135, 131, 0.4)',
lg: 'rgba(140, 135, 131, 0.6)',
xl: 'rgba(140, 135, 131, 0.8)',
},
styles: {
dialog: {
background: {
default: '#3c3836',
},
},
transparentOverlay: {
background: {
default: 'rgba(40, 40, 40, 0.8)',
},
},
},
},
};