fix: prominent button foreground

Closes #1266
This commit is contained in:
Mattia Astorino 2023-08-11 18:31:23 +02:00
parent 3464b51cfd
commit 5ab19901a4
No known key found for this signature in database
GPG key ID: D5713A99B7005A59
5 changed files with 5 additions and 5 deletions

View file

@ -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
*/

View file

@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',

View file

@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',

View file

@ -12,7 +12,7 @@ export default {
comments: '#676E95',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#4E5579',
lineNumbers: '#3A3F58',

View file

@ -10,7 +10,7 @@ export default {
comments: '#676E95',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#A6ACCD',
foreground: '#babed8',
focusBorder: '#FFFFFF',
guides: '#4E5579',
lineNumbers: '#3A3F58',