Zukan Icon Theme
Icon theme for Sublime Text editor
Details
Installs
- Total 1K
- Win 609
- Mac 225
- Linux 347
| Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 0 |
| Mac | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| Linux | 0 | 0 | 1 | 3 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 2 | 2 | 1 |
Readme
- Source
- raw.githubusercontent.com
Zukan Icon Theme
Icon theme for Sublime Text 4 editor.
Docs ・ Build ・ File icon ・ Plugin ・ Theme ・ Troubleshooting
File icons in v0.4.11
All file icons, see file-icon.md
Install
The recommended way to install is through PackageControl.io.
- Menu Tools > Command Palette > Package Control: Install Package
- Type Zukan, search for Zukan Icon Theme
- Click to install it
- Restart ST if installation do not prompt start, or all icons do not show in current theme.
To install manually:
- Download the latest release or clone this repo.
- Menu Sublime Text > Preferences > Browse packages... to open destination folder
- Then unzip zukan-icon-theme zip file inside Packages folder. Or clone the repo inside Packagesfolder.
- Rename folder Zukan-Icon-Theme to Zukan Icon Theme. This is important for Main.sublime-menu and tests.
Mac/Linux
$ git clone https://github.com/53v3n3d4/Zukan-Icon-Theme.git Zukan\ Icon\ Theme
Windows$ git clone https://github.com/53v3n3d4/Zukan-Icon-Theme.git "Zukan Icon Theme"
If new install, the default is to create all icons files and make them show on all themes installed.
Theme
If you do not want icons in a specific theme. You can delete the icon theme, go to Tools > Command Palette.... Type zukan and select Zukan Icon Theme: Delete Theme.
This option deletes all icons preferences and syntaxes files. So when you move to a theme that you want icons, it will rebuild all files.
If you prefer to create or delete a theme manually, see theme.md.
Uninstall
To remove package using Package Control.
- Menu Tools > Command Palette > Package Control: Remove Package
- Click on Zukan Icon Theme
To uninstall manually, go to your Sublime Text folder.
- Menu Sublime Text > Preferences > Browse packages...
- Then delete Zukan Icon Theme inside Packages folder
Upgrade
Package Control, by default, auto upgrade packages plugins. So this package will get icons PNGs and data file auto upgraded. Icons preferences and syntaxes are built based on user syntaxes and themes installed.
We are auto upgrading icons preferences and syntaxes by default.
You can disable it, go to menu Sublime Text > Settings > Package Settings > Zukan Icon Theme > Settings and change rebuild_on_upgrade to false.
Icons that do not work
- Favicon. ST use
file_type_imageicon for binary files.favicon.svgworks. - Photoshop. ST use
file_type_imageicon - XML. ST use
file_type_markupicon
ST Package syntaxes that are using generic icon
- DTD use
file_type_markup - XSL use
file_type_markup
Troubleshooting
If icons does not prompt show correct, restart ST may be the solution. See troubleshooting.md
Notes
- This package uses tmPreferences and sublime-syntax files, it is heavily based on how
A File Iconpackage make icons work file-type-iconsis old project name- If rename
file-type-iconstov-file-type-icons, and make the last folder inPackagesdirectory, sublime icons will work - If rename
file-type-iconstoz-file-type-icons, and make the last folder inPackagesdirectory, is not enough for svg icon to work. It was neededzz-file-type-iconsto make svg icon work
Icons that works depending on folder position
- Poetry
- SVG
- sublime-theme, sublime-color-scheme, sublime-settings… mostly sublime (Exceptions like
hidden-themeworks not depending on this condition)
File icon packages :alien:
Contributing
Feel free to send your PRs or open issues! Every contribution helps, whether it's a bug fix, a new feature, or just feedback. 😊
License
MIT license (LICENSE-MIT)