Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
114 stars 15 forks source link

Icons do not work well in dark mode #58

Open waleedrana777 opened 2 years ago

waleedrana777 commented 2 years ago

The initial few icons which are barely visible do not work well in dark mode compared to light mode

Dark Mode

image

Light Mode

image

waleedrana777 commented 2 years ago

Please make their color adaptive to the current theme!

miguelsolorio commented 2 years ago

Came here to also comment that the default icon color is using something different than what the theme is using

CleanShot 2022-07-27 at 08 38 32@2x
Gruntfuggly commented 1 year ago

The extension uses the activity bar theme colours if the colours have not been overridden in the extension settings.

For inactive views it uses the colour defined for activityBar.inactiveForeground For the selected view it uses the colour defined for activityBar.foreground

Please can you check your settings?