I want to customize the theme I'm using, how can I find the folder of it?
I wanted to customize 'Atom One Darker' theme but I can't find its folder in app/extensions
.
How can I find it?
The building blocks of a theme This place, in macOS, OSX or Linux is in the ~/. vscode/extensions directory while in Windows it should be in %USERPROFILE%\. vscode\extensions .
The easiest way to install a Visual Studio theme is to navigate over to the Extensions option in the menu bar and select Manage Extensions. The next step is to select Visual Studio Marketplace under Online on the left panel. Once done, search for the theme you want and select it in the search results.
As the documentation explains, depending on your platform, the extensions are located the following folder:
%USERPROFILE%\.vscode\extensions
~/.vscode/extensions
~/.vscode/extensions
Each extension (the themes are extensions too) is stored here in a directory whose name is generated by the concatenation of its ID and the installed version.
Search for a directory whose name starts with christopherafbjur.vscode-theme-onedarker-
(it ends with the extension version).
To find the ID of an extension, open the Extensions view (menu -> View -> Open View... -> Extensions), filter the installed extensions (use the menu that pops up from the funnel icon or type @installed
in the "Search extensions" box), find the one you need then right click on it and choose "Copy Extension Id" from the popup menu.
In Windows, you can find the default theme configuration files in C:\Users{user}\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\theme-defaults\themes
Make sure you're in the Programs folder and not the .vscode folder that's in Documents
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With