Skip to content

DavidKozdra/VSC_PixelArtTheme

Repository files navigation

dk-file-icons README

Basic file icon theme for vscode drawn by me with pixel art.

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

Full Preview

alt text

Testing Locally via VSIX

  1. Uninstall any previously installed versions:

    codium --uninstall-extension DavidKozdra.dkpixelart-theme
  2. Install the VSCE packaging tool (if you haven’t already):

    npm install -g vsce
  3. Package the extension:

    vsce package

    This generates dkpixelart-theme-0.0.x.vsix in the root directory.

  4. Install the VSIX:

    codium --install-extension dkpixelart-theme-0.0.x.vsix
  5. Reload and Activate:

    • Press Ctrl+Shift+P, run Developer: Reload Window
    • Open Preferences → File Icon Theme → DK Pixel Art Theme

Development

  1. Clone the repository:

    git clone https://github.com/DavidKozdra/VSC_PixelArtTheme.git
    cd VSC_PixelArtTheme
  2. Install dependencies:

    npm install
  3. Add or update icons in the icons/ folder.

  4. Adjust icon-theme.json with your new icon mappings.

  5. Bump the version in package.json (e.g., 0.0.x).

  6. Package & Install:

    npx vsce package
    codium --install-extension dkpixelart-theme-0.0.x.vsix
  7. Reload the editor:

    • Ctrl+Shift+PDeveloper: Reload Window

Contact

Thanks for checking it out and please feel free to contact me about changes or issues you are having: davidkozdra@gmail.com

About

my pixel art theme for file icons, over 500 installs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors