UNPKG

insomnia-plugin-theme-nord

Version:

An arctic, north-bluish clean and elegant Insomnia color scheme by Arctic Ice Studio.

62 lines (61 loc) 1.25 kB
module.exports = { name: 'nord-light', displayName: 'Nord Light', theme: { background: { default: '#eceff4', success: '#A3BE8C', notice: '#EBCB8B', warning: '#D08770', danger: '#BF616A', surprise: '#88C0D0', info: '#B48EAD', }, foreground: { default: '#2e3440', }, highlight: { default: '#4c566a88', xxs: '#d8dee9', xs: '#4c566a20', sm: '#4c566a20', md: '#4c566a20', lg: '#7f8ba0', xl: '#4c566a20', }, styles: { transparentOverlay: { background: { default: '#2e3440bf', }, foreground: { default: '#eceff4', }, }, paneHeader: { foreground: { default: '#2e3440', }, background: { default: '#eceff4', success: '#A3BE8C', notice: '#EBCB8B', warning: '#D08770', danger: '#BF616A', surprise: '#88C0D0', info: '#B48EAD', }, }, pane: { background: { success: '#8FBCBB', notice: '#A3BE8C', surprise: '#B48EAD', }, foreground: { default: '#4c566a', }, }, }, }, }