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

45 lines
894 B
JavaScript

module.exports = {
name: 'railscasts',
displayName: 'Railscasts',
theme: {
foreground: {
default: '#ddd',
},
background: {
default: '#2b2b2b',
success: '#a5c261',
notice: '#ffc66d',
warning: '#e48a37',
danger: '#ee4b3b',
surprise: '#b6b3eb',
info: '#6d9cbe',
},
styles: {
paneHeader: {
background: {
default: '#2b2b2b',
success: '#97b159',
notice: '#efba66',
warning: '#e48a37',
danger: '#dc4939',
surprise: '#a3a1d3',
info: '#6d9cbe',
},
},
dialog: {
background: {
default: '#323232',
},
},
transparentOverlay: {
background: {
default: 'rgba(30, 30, 30, 0.8)',
},
foreground: {
default: '#e1deda',
},
},
},
},
};