Skip to content

Commit

Permalink
update extension buttons (#66)
Browse files Browse the repository at this point in the history
* fix: increase active button text contrast

* feat: support new prerelease extension icons
  • Loading branch information
fvrests authored Aug 13, 2022
1 parent 21843a3 commit 1264578
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 3 additions & 2 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
"extensionButton.prominentBackground": "$primary",
"extensionButton.prominentForeground": "$onPrimary",
"extensionButton.prominentHoverBackground": "$primaryHover",
"extensionIcon.preReleaseForeground": "$pine",
"extensionIcon.starForeground": "$primary",
"extensionIcon.verifiedForeground": "$iris",
"focusBorder": "$highlightMed",
Expand Down Expand Up @@ -273,7 +274,7 @@
"keybindingTable.rowsBackground": "$surface",
"list.activeSelectionBackground": "$highlightMed",
"list.activeSelectionForeground": "$text",
"list.activeSelectionIconForeground": "$iconActive",
"list.activeSelectionIconForeground": "",
"list.deemphasizedForeground": "$subtle",
"list.dropBackground": "$surface",
"list.errorForeground": "$love",
Expand All @@ -290,7 +291,7 @@
"list.inactiveFocusOutline": "",
"list.inactiveSelectionBackground": "$surface",
"list.inactiveSelectionForeground": "$text",
"list.inactiveSelectionIconForeground": "$icon",
"list.inactiveSelectionIconForeground": "",
"list.invalidItemForeground": "$error",
"list.warningForeground": "$warning",
"listFilterWidget.background": "$surface",
Expand Down
3 changes: 1 addition & 2 deletions themes/rose-pine-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"extensionButton.prominentBackground": "#ebbcba",
"extensionButton.prominentForeground": "#191724",
"extensionButton.prominentHoverBackground": "#ebbcbae6",
"extensionIcon.preReleaseForeground": "#31748f",
"extensionIcon.starForeground": "#ebbcba",
"extensionIcon.verifiedForeground": "#c4a7e7",
"focusBorder": "#6e6a8633",
Expand Down Expand Up @@ -244,7 +245,6 @@
"keybindingTable.rowsBackground": "#1f1d2e",
"list.activeSelectionBackground": "#6e6a8633",
"list.activeSelectionForeground": "#e0def4",
"list.activeSelectionIconForeground": "#e0def4",
"list.deemphasizedForeground": "#908caa",
"list.dropBackground": "#1f1d2e",
"list.errorForeground": "#eb6f92",
Expand All @@ -259,7 +259,6 @@
"list.inactiveFocusBackground": "#6e6a861a",
"list.inactiveSelectionBackground": "#1f1d2e",
"list.inactiveSelectionForeground": "#e0def4",
"list.inactiveSelectionIconForeground": "#908caa",
"list.invalidItemForeground": "#eb6f92",
"list.warningForeground": "#f6c177",
"listFilterWidget.background": "#1f1d2e",
Expand Down
3 changes: 1 addition & 2 deletions themes/rose-pine-dawn-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"extensionButton.prominentBackground": "#d7827e",
"extensionButton.prominentForeground": "#faf4ed",
"extensionButton.prominentHoverBackground": "#d7827ee6",
"extensionIcon.preReleaseForeground": "#286983",
"extensionIcon.starForeground": "#d7827e",
"extensionIcon.verifiedForeground": "#907aa9",
"focusBorder": "#6e6a8614",
Expand Down Expand Up @@ -244,7 +245,6 @@
"keybindingTable.rowsBackground": "#fffaf3",
"list.activeSelectionBackground": "#6e6a8614",
"list.activeSelectionForeground": "#575279",
"list.activeSelectionIconForeground": "#575279",
"list.deemphasizedForeground": "#797593",
"list.dropBackground": "#fffaf3",
"list.errorForeground": "#b4637a",
Expand All @@ -259,7 +259,6 @@
"list.inactiveFocusBackground": "#6e6a860d",
"list.inactiveSelectionBackground": "#fffaf3",
"list.inactiveSelectionForeground": "#575279",
"list.inactiveSelectionIconForeground": "#797593",
"list.invalidItemForeground": "#b4637a",
"list.warningForeground": "#ea9d34",
"listFilterWidget.background": "#fffaf3",
Expand Down
3 changes: 1 addition & 2 deletions themes/rose-pine-moon-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"extensionButton.prominentBackground": "#ea9a97",
"extensionButton.prominentForeground": "#232136",
"extensionButton.prominentHoverBackground": "#ea9a97e6",
"extensionIcon.preReleaseForeground": "#3e8fb0",
"extensionIcon.starForeground": "#ea9a97",
"extensionIcon.verifiedForeground": "#c4a7e7",
"focusBorder": "#817c9c26",
Expand Down Expand Up @@ -244,7 +245,6 @@
"keybindingTable.rowsBackground": "#2a273f",
"list.activeSelectionBackground": "#817c9c26",
"list.activeSelectionForeground": "#e0def4",
"list.activeSelectionIconForeground": "#e0def4",
"list.deemphasizedForeground": "#908caa",
"list.dropBackground": "#2a273f",
"list.errorForeground": "#eb6f92",
Expand All @@ -259,7 +259,6 @@
"list.inactiveFocusBackground": "#817c9c14",
"list.inactiveSelectionBackground": "#2a273f",
"list.inactiveSelectionForeground": "#e0def4",
"list.inactiveSelectionIconForeground": "#908caa",
"list.invalidItemForeground": "#eb6f92",
"list.warningForeground": "#f6c177",
"listFilterWidget.background": "#2a273f",
Expand Down

0 comments on commit 1264578

Please sign in to comment.