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

More subtle "statusBarItem.remoteForeground" #16

Closed musm closed 4 years ago

musm commented 5 years ago

I suggest

    "statusBarItem.remoteForeground": "#7E7E7E",

to match the other status bar items

It's a bit jarring that it's #FF7A84

miguelsolorio commented 5 years ago

Well, the if you look at other themes, the remote status bar item is intended to stand out:

image

So I intentionally removed the vibrant background and only used the foreground text to make it smoother:

image
musm commented 5 years ago

I understand the rationale. I like the clean look of all the item's in the status bar being the same. I'm not really sure why they single out the remote status bar item as being `special' . Feel free to close, as I have added this customization to my copy.

musm commented 5 years ago

It kinda also meshes will with the "min" theme philosophy "A minimal theme for Visual Studio Code "

miguelsolorio commented 5 years ago

I'll leave this open to see if others feel the same way, I can go either way.

miguelsolorio commented 4 years ago

This is now updated to match the rest of the status bar colors:

image

jletey commented 4 years ago

@misolori I am a little late to the party, but I personally loved the red before. Now the status bar looks "bland" to me.