fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
451 stars 38 forks source link

the font on status bar is hard to read in running state #25

Closed YinlinHu closed 5 years ago

YinlinHu commented 5 years ago

Thanks for this fantastic color scheme. One minor problem, the font on the status bar is OK, but when in running state, the background of the status bar will turn to RED, making the font on it hard to read.

fisheva commented 5 years ago

I guess your "running state" means debugging. So I brightened the color of "statusBar.debuggingForeground" in the new version. Please update Eve Theme to 0.7.8 , try it.

I have tried pure white, but it feels too glaring. It's hard to find a balance between "clearly visible" and "not glaring". If you feel that the color brightness I set is not suitable for you, you can set it yourself in:

{
  "workbench.colorCustomizations": {
      "statusBar.debuggingForeground": "#DCDFE5",
      "statusBar.debuggingBackground": "#6c2022",
  }
}

image

YinlinHu commented 5 years ago

That's great, I think it is much better now.