Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>DK Pixel Art ThemeNew to Visual Studio Code? Get it now.
DK Pixel Art Theme

DK Pixel Art Theme

David Kozdra

|
31 installs
| (1) | Free
A custom pixel-art file icon theme for VSCodium
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 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+P → Developer: 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft