insomnia-plugin-theme-tokyo-night
Version:
Tokyo Night theme for Insomnia
62 lines (61 loc) • 1.36 kB
JavaScript
module.exports = {
name: 'tokyo-night-light',
displayName: 'Tokyo Night Light',
theme: {
background: {
default: '#dadbe0',
success: '#066776',
notice: '#485e30',
warning: '#965027',
danger: '#8c4351',
surprise: '#5a4a78',
info: '#0f4b6e',
},
foreground: {
default: '#4c505f',
success: '#dadbe0',
notice: '#dadbe0',
warning: '#dadbe0',
danger: '#dadbe0',
surprise: '#dadbe0',
info: '#dadbe0',
},
highlight: {
default: 'rgba(52, 59, 88, 1)',
xxs: 'rgba(52, 59, 88, 0.05)',
xs: 'rgba(52, 59, 88, 0.1)',
sm: 'rgba(52, 59, 88, 0.2)',
md: 'rgba(52, 59, 88, 0.4)',
lg: 'rgba(52, 59, 88, 0.6)',
xl: 'rgba(52, 59, 88, 0.8)',
},
styles: {
sidebar: {
background: {
default: '#d1d2d7',
},
},
dialog: {
background: {
default: '#d1d2d7',
},
},
paneHeader: {
background: {
default: '#d1d2d7',
success: '#066776',
notice: '#8f5e15',
warning: '#965027',
danger: '#8c4351',
surprise: '#5a4a78',
info: '#0f4b6e',
},
},
transparentOverlay: {
background: {
default: 'rgba(0, 0, 0, 0.3)',
},
},
},
},
};