Basic file icon theme for vscode drawn by me with pixel art.
-
Uninstall any previously installed versions:
codium --uninstall-extension DavidKozdra.dkpixelart-theme
-
Install the VSCE packaging tool (if you haven’t already):
npm install -g vsce
-
Package the extension:
vsce package
This generates
dkpixelart-theme-0.0.x.vsixin the root directory. -
Install the VSIX:
codium --install-extension dkpixelart-theme-0.0.x.vsix
-
Reload and Activate:
- Press Ctrl+Shift+P, run Developer: Reload Window
- Open Preferences → File Icon Theme → DK Pixel Art Theme
-
Clone the repository:
git clone https://github.com/DavidKozdra/VSC_PixelArtTheme.git cd VSC_PixelArtTheme -
Install dependencies:
npm install
-
Add or update icons in the
icons/folder. -
Adjust
icon-theme.jsonwith your new icon mappings. -
Bump the version in
package.json(e.g.,0.0.x). -
Package & Install:
npx vsce package codium --install-extension dkpixelart-theme-0.0.x.vsix
-
Reload the editor:
- Ctrl+Shift+P → Developer: Reload Window
Thanks for checking it out and please feel free to contact me about changes or issues you are having: davidkozdra@gmail.com