Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbayley/vscode-custom-app-icons
Easily replace the @Microsoft VS Code app icon, and associated file icons, with your own from the user settings folder.
https://github.com/danielbayley/vscode-custom-app-icons
extension icns ico icon icons iconset macos osx theme visual-studio-code vscode vscode-extension vscode-theme windows
Last synced: 22 days ago
JSON representation
Easily replace the @Microsoft VS Code app icon, and associated file icons, with your own from the user settings folder.
- Host: GitHub
- URL: https://github.com/danielbayley/vscode-custom-app-icons
- Owner: danielbayley
- License: mit
- Created: 2023-09-02T00:13:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T01:02:45.000Z (7 months ago)
- Last Synced: 2024-06-24T03:53:28.195Z (7 months ago)
- Topics: extension, icns, ico, icon, icons, iconset, macos, osx, theme, visual-studio-code, vscode, vscode-extension, vscode-theme, windows
- Language: CoffeeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=danielbayley.custom-app-icons
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
_[VS Code]_ Custom [App icon]s
==============================
Replace the _[Visual Studio Code][vs code]_ app icon, and associated [file icons][macos],
with your own from the [user settings] folder.> [!NOTE]
> Changes persist across updates and restarts, but are reverted on [`uninstall`].## Install
~~~ sh
code --install-extension danielbayley.custom-app-icons
~~~
This [extension] is also [available] from the _[Open VSX]_ registry.Usage
-----
Drop your custom `*.`([`icns`][macos]|[`ico`][windows]|`png`|`bmp`) files in
an `icons/` directory of your [user settings] folder, or specify an alternative
`customAppIcons.path` in the package [settings]. For example, on macOS:
~~~ sh
VSCODE=Code # or VSCodium
mkdir -p "$HOME/Library/Application Support/$VSCODE/User/icons" && cp *.icns $_
~~~> [!NOTE]
> You may need to restart VS Code for changes to apply.> [!TIP]
> See the complete list of icons for [macOS], [Windows] or [Linux].
>
> [File icons][macos] will apply to all corresponding files associated with VS Code.License
-------
[MIT] © [Daniel Bayley][MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley[vs code]: https://code.visualstudio.com
[extension]: https://code.visualstudio.com/docs/editor/extension-marketplace
[settings]: https://code.visualstudio.com/docs/getstarted/settings
[user settings]: https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations
[`uninstall`]: https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension[open vsx]: https://open-vsx.org
[available]: https://open-vsx.org/extension/danielbayley/custom-app-icons[app icon]: https://github.com/microsoft/vscode/blob/main/resources/darwin/code.icns
[macos]: https://github.com/microsoft/vscode/blob/main/resources/darwin
[windows]: https://github.com/microsoft/vscode/tree/main/resources/win32
[linux]: https://github.com/microsoft/vscode/tree/main/resources/linux