JetBrains New UI File Icon Theme Extended for VS CodeThe goal of the JetBrains New UI File Icon Theme Extended is to reduce visual clutter and give you more space for your code and thoughts. I hope this theme will be the one you enjoy working with day and night. PreviewFolders iconsFile extensions iconsFile names iconsIcons for reserved file names Icons for go test files (experimental)Activation guide is located below. InstallFile icon themeYou can choose icons pack for dark or light theme. An "Auto" theme is also available that adapts to the color theme. Enable Icons for go test files (experimental)VS Code does not allow defining an icon for a file using a regular expression. However, we have implemented a workaround for this. This feature is experimental, in case of any problems we are waiting for an issue to solve the problem as quickly as possible By default, this functionality is disabled. You can enable it through the Settings UI: or settings.json file:
After enabling this setting, the theme begins to automatically add *_test.go files with a special icon. However, due to vscode limitations, the icons are cached and to see the special icon you need to restart ide. We decided not to add automatic restart in order not to cause inconvenience to users. So if you added a new file _test.go, you will see a special icon for it only after you reload the window. Of course you can do it via interface or command FontYou can use JetBrains Mono font with the JetBrains New UI File Icon Theme Extended. VS Code doesn't provide clear functionality for adding a custom font to color theme... But I managed to add the font to the File icon theme!
Then there are 2 ways to enable the new font: Settings UI
settings.json fileAdd the following line to your settings.json file:
ExtrasAlso, there are some additional settings that you can apply both in the Settings UI and in settings.json file:
CreditsI express my deep gratitude to the JetBrains team for their work. Here are links to open resources used to create this theme:
|