# Code Icons [🇬🇧EN](./README.md) / [🇯🇵JP](./README-JP.md) / [🇨🇳CH](./README-CH.md) Code Icons is a file icon theme for Visual Studio Code / Cursor. It keeps the default Seti coverage and adds custom icons for common project files and folders. ## How To Use 1. Install this extension. 2. Open Command Palette. 3. Run `File Icon Theme`. 4. Select `Code Icons`. ## Sample Grid (Image + Mapping) | `.cursor` folder / `.cursorignore` file | `.claude` folder / `CLAUDE.md` file | `.codex` folder | | --- | --- | --- | | ![cursor](assets/cursor-sm.png) | ![claude](assets/claude.png) | ![codex](assets/codex.png) | | `.agent` folder | `config.json` file | `docs` folder | | ![agent](assets/agent-sm.png) | ![config](assets/config.png) | ![docs](assets/docs.png) | | `.venv` / `venv` / `env` / `.virtualenv` / `virtualenv` folders | `rules` folder | `skills` folder | | ![venv](assets/venv-sm.png) | ![rule](assets/rule-sm.png) | ![skill](assets/skill-sm.png) | | `.env` file / `private` folder | `*.swift` files | `swiftformat` file | | ![private](assets/private.png) | ![swift](assets/swift.png) | ![swiftformat](assets/swiftformat.png) | | `index.html` file | `404.html` file | `deploy.sh` file (`samples/deploy.sh` uses small mapping) | | ![index](assets/index.png) | ![404](assets/404.png) | ![deploy](assets/deploy-sm.png) | | `README-CH.md` file | `README-EN.md` file | `README-JP.md` file | | ![readme ch](assets/CH.png) | ![readme en](assets/EN.png) | ![readme jp](assets/JP.png) | ## About Icon Assets Some icons used in this extension are created by the developer (Tanaka Mikihisa). Other icons are sourced from the following websites, and used/edited as needed under their respective licenses. - [Simple Icons](https://simpleicons.org) - [Cursor](https://cursor.com/en/brand) - [shadcn,io](https://www.shadcn.io) - [SVG REPO](https://www.svgrepo.com)