Make Visual Studio Code Title Bar Look Nice on GNU/Linux (GNOME)
Today, I’m realising that VSCode have custom title bar configuration that make it’s look nicer when running on GNOME desktop environment (or another GNU/Linux DE).
Previously I want titlebar is using GNOME dark theme variant, but it’s not working just by passing env variable GTK_THEME_VARIANT=dark code
or GTK_THEME=Adwaita:dark
(which is, this work for native GTK App like Gedit).
To get custom title bar, you need add this configuration to User Settings (By pressing Ctrl+,)
"window.titleBarStyle":"custom"
And you will be asked to restart VSCode to apply this configuration..👊😁