insomnia-plugin-custom-poimandres-theme
Version:
A custom poimandres theme for insomnia
66 lines (65 loc) • 1.37 kB
JavaScript
module.exports.themes = [
{
name: "custom-poimandres",
displayName: "Custom Poimandres",
theme: {
background: {
default: "#1b1e28",
success: "#add7FF",
notice: "#5de4c7",
warning: "#fffac2",
danger: "#fffac2",
surprise: "#f087bd",
info: "#add7ff",
},
foreground: {
default: "#7390aa",
success: "#333",
notice: "#000",
warning: "#333",
danger: "#333",
surprise: "#000",
info: "#000",
},
highlight: {
default: "#506477",
},
styles: {
appHeader: {
foreground: {
surprise: "#fff",
},
background: {
surprise: "#303340",
},
},
sidebarHeader: {
foreground: {
surprise: "#fff",
},
background: {
surprise: "#303340",
},
},
paneHeader: {
foreground: {
surprise: "#fff",
},
background: {
surprise: "#303340",
},
},
dialog: {
background: {
default: "#1b1e28",
surprise: "#303340",
},
foreground: {
default: "#91b4d5",
surprise: "#fff",
},
},
},
},
},
];