insomnia-plugin-theme-delirium
Version:
Delirium Dark Theme for Insomnia
80 lines (79 loc) • 1.71 kB
JavaScript
module.exports = {
name: "theme-delirium",
displayName: "Theme Delirium",
theme: {
background: {
default: "#232C33",
success: "#98c379",
notice: "#84B0D8",
warning: "#e5c07b",
danger: "#F07076",
surprise: "#98c379",
info: "#56b6c2",
},
foreground: {
default: "#EDF1F2",
success: "#1E262C",
notice: "#1E262C",
warning: "#1E262C",
danger: "#1E262C",
surprise: "#1E262C",
info: "#1E262C",
},
highlight: {
default: "#787D85",
xxs: "#EDF1F225",
xs: "#EDF1F208",
sm: "#EDF1F213",
md: "#787D8520",
lg: "#EDF1F225",
xl: "#787D85",
},
styles: {
sidebar: {
background: {
default: "#1E262C",
},
},
dialog: {
background: {
default: "#1E262C",
},
highlight: {
default: "#787D85",
xxs: "rgba(7, 8, 11, 0.15)",
xs: "#EDF1F208",
sm: "#EDF1F213",
md: "#787D8520",
lg: "#EDF1F225",
xl: "#787D85",
},
},
paneHeader: {
background: {
default: "#232C33",
success: "#6af699",
notice: "#fffa9e",
warning: "#ffbf7a",
danger: "#ff5874",
surprise: "#98c379",
info: "#82aaff",
},
},
pane: {
background: {
default: "#263038",
success: "#FFD480",
notice: "#BBE77E",
warning: "#CC0000",
surprise: "#B7BDF2",
},
},
transparentOverlay: {
background: {
default: "rgba(7, 8, 11, 0.5)",
},
},
},
},
};