Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

VS Code Theme

dgsasha edited this page Dec 17, 2022 · 1 revision

When installing the VS Code theme, a custom configuration is applied to VS Code. You can edit the settings.json file in ~/.config/Code/User (or ~/.var/app/com.visualstudio.code/config/Code/User if you are using the Flatpak version) to override this configuration. Any values that are manually changed by the user will not be overwritten by the install script. By default the VS Code theme will hide the menu bar until the alt key is pressed, which is due to the menu bar looking rather ugly in GNOME.

When uninstalling the VS Code theme, the custom configuration will not be removed. However, when you first install the theme, a backup of the previous configuration file will be made in the same directory, named settings.json.bak. If you want to restore the old configuration, just delete settings.json and rename settings.json.bak to settings.json. You can also just delete settings.json to restore the default configuration.

Clone this wiki locally