insomnia-plugin-theme-omni
Version:
Official Omni Theme. A dark theme created by Rocketseat!
70 lines (69 loc) • 1.57 kB
JavaScript
module.exports = {
name: 'omni',
displayName: 'Omni Theme',
theme: {
background: {
default: '#191622',
success: '#67E480',
notice: '#E7DE79',
warning: '#E89E64',
danger: '#E96379',
surprise: '#bd93f9',
info: '#78D1E1',
},
foreground: {
default: '#E1E1E6',
success: '#f8f8f2',
notice: '#f8f8f2',
warning: '#f8f8f2',
danger: '#f8f8f2',
surprise: '#f8f8f2',
info: '#f8f8f2',
},
highlight: {
default: 'rgba(167, 129, 201, .5)',
xxs: 'rgba(167, 129, 201, 0.05)',
xs: 'rgba(167, 129, 201, 0.1)',
sm: 'rgba(167, 129, 201, 0.2)',
md: 'rgba(167, 129, 201, 0.4)',
lg: 'rgba(167, 129, 201, 0.6)',
xl: 'rgba(167, 129, 201, 0.8)',
},
styles: {
sidebar: {
background: {
default: '#191622',
},
},
dialog: {
background: {
default: '#191622',
},
},
paneHeader: {
background: {
success: '#67E480',
notice: '#E7DE79',
warning: '#E89E64',
danger: '#E96379',
surprise: '#bd93f9',
info: '#78D1E1',
},
foreground: {
default: '#E1E1E6',
success: '#41414D',
notice: '#41414D',
warning: '#41414D',
danger: '#41414D',
surprise: '#E1E1E6',
info: '#41414D',
},
},
transparentOverlay: {
background: {
default: 'rgba(40, 42, 54, 0.5)',
},
},
},
},
};