insomnia/plugins/insomnia-plugin-core-themes/themes/simple-light.js
2018-12-12 12:36:11 -05:00

17 lines
284 B
JavaScript

module.exports = {
name: 'light',
displayName: 'Simple Light',
theme: {
styles: {
transparentOverlay: {
background: {
default: 'rgba(240, 240, 240, 0.8)',
},
foreground: {
default: '#555',
},
},
},
},
};