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.24 kB
module.exports = { name: 'nord-dark', displayName: 'Nord Dark', theme: { background: { default: '#2E3440', success: '#A3BE8C', notice: '#EBCB8B', warning: '#D08770', danger: '#BF616A', surprise: '#88C0D0', info: '#B48EAD', }, foreground: { default: '#ECEFF4', }, highlight: { default: '#7f8ba0', xxs: '#3b4252', xs: '#3b4252', sm: '#3b4252', md: '#3b4252', lg: '#7f8ba0', xl: '#4c566a', }, styles: { transparentOverlay: { background: { default: '#2e3440bf', }, foreground: { default: '#eceff4', }, }, paneHeader: { foreground: { default: '#d8dee9', }, background: { default: '#2E3440', success: '#A3BE8C', notice: '#EBCB8B', warning: '#D08770', danger: '#BF616A', surprise: '#88C0D0', info: '#B48EAD', }, }, pane: { background: { success: '#8FBCBB', notice: '#A3BE8C', surprise: '#B48EAD', }, foreground: { default: '#eceff4', }, }, }, }, }