Jaredk3nt / laserwave

A retro outrun / cyberpunk inspired VS Code theme
https://marketplace.visualstudio.com/items?itemName=jaredkent.laserwave
MIT License
141 stars 20 forks source link

Set statusbarItem.remoteForeground to same value as statusBar.foreground #43

Open b-ggs opened 2 years ago

b-ggs commented 2 years ago

This pull request is a suggestion, please feel free to close it if it goes against your vision for the theme!

I propose that the foreground color for the Remote feature on the bottom left (statusbarItem.remoteForeground) be consistent with the value of the foreground of the rest of the status bar (statusBar.foreground).

For example, on master, this is what the Remote icon and text look like:

master1 master2

This patch will change the foreground color to #27212e to match the other status bar icons:

patch1 patch2