Skip to content

Commit

Permalink
chore: update info, warn and error colours
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Nov 23, 2021
1 parent 272e37f commit 3d87aa5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions pinecone.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export default defineConfig({
icon: palette.subtle,
iconActive: palette.text,

information: palette.foam,
warning: palette.gold,
error: palette.love,

...colorsByRole,
...transparentHighlightsByRole,
...mutedColors,
Expand Down
26 changes: 13 additions & 13 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
"editorIndentGuide.background": "_highlightOverlay",
"editorInfo.background": "",
"editorInfo.border": "_overlay",
"editorInfo.foreground": "_text",
"editorInlayHint.background": "_transparent",
"editorInfo.foreground": "_information",
"editorInlayHint.foreground": "_subtle",
"editorLightBulb.foreground": "_pine",
"editorLightBulbAutoFix.foreground": "_primary",
Expand Down Expand Up @@ -215,7 +215,7 @@
"editorUnnecessaryCode.opacity": "_unusedOpacity",
"editorWarning.background": "",
"editorWarning.border": "_transparent",
"editorWarning.foreground": "_gold",
"editorWarning.foreground": "_warning",
"editorWhitespace.foreground": "_inactive",
"editorWidget.background": "_surface",
"editorWidget.border": "_overlay",
Expand Down Expand Up @@ -253,7 +253,7 @@
"inputValidation.errorForeground": "_love",
"inputValidation.infoBackground": "_transparent",
"inputValidation.infoBorder": "_transparent",
"inputValidation.infoForeground": "_text",
"inputValidation.infoForeground": "_information",
"inputValidation.warningBackground": "_transparent",
"inputValidation.warningBorder": "_transparent",
"inputValidation.warningForeground": "_foamMuted",
Expand All @@ -276,11 +276,11 @@
"list.inactiveFocusOutline": "",
"list.inactiveSelectionBackground": "_surface",
"list.inactiveSelectionForeground": "_text",
"list.invalidItemForeground": "_love",
"list.warningForeground": "_gold",
"list.inactiveSelectionIconForeground": "_icon",
"list.invalidItemForeground": "_error",
"list.warningForeground": "_warning",
"listFilterWidget.background": "_surface",
"listFilterWidget.noMatchesOutline": "_love",
"listFilterWidget.noMatchesOutline": "_error",
"listFilterWidget.outline": "_overlay",
"keybindingLabel.background": "_overlay",
"keybindingLabel.border": "_highlightOverlay",
Expand Down Expand Up @@ -344,9 +344,9 @@
"notifications.background": "_surface",
"notifications.border": "_highlight",
"notifications.foreground": "_text",
"notificationsErrorIcon.foreground": "_love",
"notificationsInfoIcon.foreground": "_text",
"notificationsWarningIcon.foreground": "_gold",
"notificationsErrorIcon.foreground": "_error",
"notificationsInfoIcon.foreground": "_information",
"notificationsWarningIcon.foreground": "_warning",
"notificationToast.border": "_highlight",
"panel.background": "_surface",
"panel.border": "_transparent",
Expand Down Expand Up @@ -380,9 +380,9 @@
// https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_56.md#themable-color-for-forwarded-ports
"ports.iconRunningProcessForeground": "_primary",

"problemsErrorIcon.foreground": "_love",
"problemsInfoIcon.foreground": "_foam",
"problemsWarningIcon.foreground": "_gold",
"problemsErrorIcon.foreground": "_error",
"problemsInfoIcon.foreground": "_information",
"problemsWarningIcon.foreground": "_warning",
"progressBar.background": "_primary",
"quickInput.background": "_surface",
"quickInput.foreground": "_subtle",
Expand Down Expand Up @@ -448,7 +448,7 @@
"statusBarItem.remoteBackground": "_base",
"statusBarItem.remoteForeground": "_gold",
"statusBarItem.errorBackground": "_base",
"statusBarItem.errorForeground": "_love",
"statusBarItem.errorForeground": "_error",
"symbolIcon.arrayForeground": "_icon",
"symbolIcon.classForeground": "_icon",
"symbolIcon.colorForeground": "_icon",
Expand Down

0 comments on commit 3d87aa5

Please sign in to comment.