Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions themes/nectar-blue.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
6 changes: 5 additions & 1 deletion themes/nectar.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@
"terminalSelection": "#69758f40",
"terminalScrollbar": "#31353b",
"terminalScrollbarHover": "#3c4149"
},
"collection": {
"id": "nectar",
"label": "Nectar"
}
}
}
Loading