diff --git a/themes/nectar-blue.json b/themes/nectar-blue.json new file mode 100644 index 0000000..2db86cf --- /dev/null +++ b/themes/nectar-blue.json @@ -0,0 +1,71 @@ +{ + "version": 1, + "id": "nectar-blue", + "name": "Nectar Blue", + "appearance": "dark", + "author": "glarivie", + "description": "The cool variant of Nectar: soft blue-gray surfaces and a calm slate-blue accent. WCAG AA/AAA contrast, easy on the eyes.", + "colors": { + "canvas": "#21282e", + "chrome": "#1b2227", + "toolbar": "#1b2227", + "toolbarForeground": "#d0d9df", + "toolbarBorder": "#13191d", + "toolbarControl": "#262e35", + "toolbarControlForeground": "#d0d9df", + "toolbarControlHover": "#303944", + "surface": "#21282e", + "surfaceRaised": "#262e35", + "surfaceOverlay": "#2d363f", + "text": "#d0d9df", + "textMuted": "#a4aeb6", + "border": "#313940", + "input": "#1b2227", + "focus": "#91b7d3", + "accent": "#91b7d3", + "accentForeground": "#13191d", + "secondary": "#303944", + "secondaryForeground": "#d0d9df", + "muted": "#262e35", + "mutedForeground": "#a4aeb6", + "placeholder": "#8d96a0", + "secondaryLabel": "#a4aeb6", + "iconMuted": "#959fa8", + "error": "#ec8d95", + "errorForeground": "#ec8d95", + "errorSurface": "#33262b", + "warning": "#deac7e", + "warningForeground": "#deac7e", + "warningSurface": "#322a20", + "update": "#e5c07b", + "updateForeground": "#e5c07b", + "updateSurface": "#2e2a22", + "accentSurface": "#313b49", + "accentSurfaceForeground": "#d0d9df", + "messageSurface": "#262e35", + "messageForeground": "#d0d9df", + "messageAction": "#91b7d3", + "messageActionForeground": "#13191d", + "messageActionHover": "#a8c6dd", + "codeBackground": "#1b2227", + "codeForeground": "#d0d9df", + "sidebar": "#1b2227", + "sidebarForeground": "#d0d9df", + "sidebarMutedForeground": "#a4aeb6", + "sidebarControlSurface": "#1b2227", + "sidebarRowHover": "#262e35", + "sidebarRowActive": "#313b49", + "sidebarRowSelected": "#313b49", + "sidebarBorder": "#13191d", + "terminalBackground": "#21282e", + "terminalForeground": "#d0d9df", + "terminalCursor": "#91b7d3", + "terminalSelection": "#67788f40", + "terminalScrollbar": "#2d363f", + "terminalScrollbarHover": "#38424d" + }, + "collection": { + "id": "nectar", + "label": "Nectar" + } +} \ No newline at end of file diff --git a/themes/nectar.json b/themes/nectar.json index 0d222ce..6156050 100644 --- a/themes/nectar.json +++ b/themes/nectar.json @@ -63,5 +63,9 @@ "terminalSelection": "#69758f40", "terminalScrollbar": "#31353b", "terminalScrollbarHover": "#3c4149" + }, + "collection": { + "id": "nectar", + "label": "Nectar" } -} +} \ No newline at end of file