Skip to content

Commit

Permalink
fix: prominent button foreground
Browse files Browse the repository at this point in the history
Closes #1266
  • Loading branch information
equinusocio committed Aug 11, 2023
1 parent 3464b51 commit 5ab1990
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/generator/color-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
*/
'extensionButton.prominentBackground': `${theme.scheme.base.green}90`,
'extensionButton.prominentHoverBackground': theme.scheme.base.green,
'extensionButton.prominentForeground': theme.scheme.base.black,
'extensionButton.prominentForeground': theme.scheme.foreground,
/**
* Peekview window style
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/ocean-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/ocean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/palenight-hc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
comments: '#676E95',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#4E5579',
lineNumbers: '#3A3F58',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/palenight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
comments: '#676E95',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#4E5579',
lineNumbers: '#3A3F58',
Expand Down

0 comments on commit 5ab1990

Please sign in to comment.