DEV Community

Discussion on: What VSCode theme are you using?

Collapse
 
niorad profile image
Antonio Radovcic

Verdandi

With project-specific title-bar-color.

Loving the black & white syntax. Wouldn't go back to colored anymore.

The font is CamingoCode

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.

Collapse
 
zltn profile image
zoltan

That's my favourite theme as well! I don't use VSCode anymore, but your post just reminded me that I miss this theme :) Time for me to attempt port it to vim sometime I guess. Was playing around with monochrome themes in there but none of them clicks the same way for me as Verdandi did.