Zukan Icon Theme
Icon theme for Sublime Text editor
Details
Installs
- Total 264
- Win 154
- Mac 65
- Linux 45
Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 3 | 1 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 3 | 0 | 4 | 0 | 3 | 2 | 2 | 1 | 2 | 1 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 5 | 4 | 0 | 2 | 3 | 2 | 0 | 2 | 3 | 2 | 3 | 2 | 2 | 6 | 1 |
Mac | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 3 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 |
Linux | 0 | 1 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
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.3.3
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 Packages
folder.
- 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"
You may see a console message, regarding
ruamel-yaml
dependecy, when first install this package. ST may install it and inform that a restart is needed.
ruamel-yaml
is being used to create icons sublime-syntaxes files inicons-syntaxes
folder.
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
Dependecies
ST4 uninstall orphans dependencies. So dependency
ruamel-yaml
should be deleted when you uninstall/remove package, if not used by other packages.
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_image
icon for binary files.favicon.svg
works. - Photoshop. ST use
file_type_image
icon - XML. ST use
file_type_markup
icon
ST Package syntaxes that are using generic icon
- DTD use
file_type_markup
- XSL use
file_type_markup
Troubleshooting
If icons 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 Icon
package make icons work file-type-icons
is old project name- If rename
file-type-icons
tov-file-type-icons
, and make the last folder inPackages
directory, sublime icons will work - If rename
file-type-icons
toz-file-type-icons
, and make the last folder inPackages
directory, is not enough for svg icon to work. It was neededzz-file-type-icons
to 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-theme
works not depending on this condition)
File icon packages :alien:
License
MIT license (LICENSE-MIT)