miguelsolorio / min-theme

A minimal theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme
MIT License
198 stars 20 forks source link

Some components in the status bar are difficult to see in light theme #15

Closed vinhphamuit closed 5 years ago

vinhphamuit commented 5 years ago

I think there are some components in the status bar with colors that are slightly difficult to see in the light theme. For example as those screenshots below:

image

image

miguelsolorio commented 5 years ago

@vinhphm that is likely an issue with your Powershell extension as they are explicitly setting a color for the status bar item, which introduces contrast issues. The status bar doesn't provide any color tokens for these items and themes can't theme them.

Please file and issue with the Powershell extension.

miguelsolorio commented 5 years ago

Filed an issue for you: https://github.com/PowerShell/vscode-powershell/issues/2188