insomnia/plugins/insomnia-plugin-core-themes/themes/simple-light.js
Gregory Schier 5ad79f3bbc
JS themes and convert themes (#1047)
* JS themes and convert themes

* Publish

 - insomnia-plugin-core-themes@1.0.1
 - insomnia-app@1.0.28

* Publish

 - insomnia-plugin-core-themes@1.0.2
 - insomnia-app@1.0.29

* Publish

 - insomnia-plugin-core-themes@1.0.3
 - insomnia-app@1.0.30
2018-07-17 16:34:28 -07:00

17 lines
278 B
JavaScript

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