DEV Community

Discussion on: What VSCode theme are you using?

Collapse
 
matthias profile image
Matthias 🤖

With project-specific title-bar-color.

Sounds like good idea! I will add that to my workspaces too! Thank you 🙏

Collapse
 
matthias profile image
Matthias 🤖

Just tried the colorized title-bar thing. If find it pretty handy, do you know if it is possible to increase the title bar height?

Thread Thread
 
niorad profile image
Antonio Radovcic

Highly doubt it. It's not part of the web-app, but of the native OS-windowing Electron uses.
What I tried was to shrink the side-tool-bar, but also to no success.

Thread Thread
 
matthias profile image
Matthias 🤖

Such a shame. For now I solved it by increasing the zoom level and shrinking the font size:

"window.zoomLevel": 0.3,
"editor.fontSize": 16
Thread Thread
 
niorad profile image
Antonio Radovcic

I need to look up if it's somehow possible to have a user-stylesheet which just overrides things. It's a website after all.