FileIcons
File icons for Sublime Text
Details
Installs
- Total 303K
- Win 189K
- Mac 48K
- Linux 66K
Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 20 | 23 | 25 | 26 | 32 | 23 | 26 | 20 | 26 | 26 | 43 | 27 | 25 | 22 | 24 | 30 | 33 | 29 | 31 | 37 | 25 | 26 | 33 | 28 | 30 | 32 | 40 | 26 | 31 | 25 | 27 | 34 | 41 | 38 | 39 | 22 | 37 | 35 | 28 | 33 | 31 | 44 | 37 | 20 | 30 |
Mac | 0 | 11 | 5 | 6 | 13 | 9 | 6 | 11 | 8 | 7 | 8 | 16 | 12 | 14 | 4 | 4 | 16 | 6 | 17 | 13 | 9 | 10 | 6 | 7 | 12 | 10 | 8 | 13 | 8 | 9 | 11 | 13 | 7 | 13 | 9 | 3 | 8 | 8 | 9 | 16 | 4 | 11 | 7 | 10 | 9 | 5 |
Linux | 0 | 13 | 17 | 14 | 18 | 18 | 15 | 11 | 8 | 11 | 13 | 7 | 8 | 15 | 12 | 15 | 15 | 15 | 12 | 31 | 13 | 14 | 10 | 16 | 8 | 18 | 10 | 11 | 7 | 10 | 11 | 11 | 19 | 25 | 16 | 16 | 13 | 11 | 11 | 14 | 18 | 20 | 10 | 15 | 8 | 11 |
Readme
- Source
- raw.githubusercontent.com
FileIcons
Colored file icons for Sublime Text. Also available in greyscale.
Adds specific, colored icons for most file types for the sidebar in Sublime Text. Supports both the Default and Adaptive themes.
Inspired by A File Icon, but simpler:
- Doesn't introduce “alias” languages like “Javascript (Gulpfile)”
- No runtime code, no restarting required
- Zero configuration
Customize
The following changes are made to Adaptive/Default.sublime-theme. You can override them by creating a theme file with the same name in your Packages/User directory.
[
{
"class": "icon_file_type",
"layer0.tint": [255, 255, 255],
"layer0.opacity": 0.75,
"content_margin": [8, 8]
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.5
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.opacity": 1.0
}
]
Contributing
The “build” directory contains svg assets. Each icon is assigned a color in icons.json, available colors are listed in colors.json.
PNG icons are built using a small app written in Rust:
cd build
cargo run
To add an icon:
- add an svg asset with the correct name
- add an entry to icons.json and assign it a color
- add an entry to the preferences directory
- run the build
- commit the files
- open a PR
- 💃
Enable file icons for 3rd party themes
To get file icons in any theme other than Default or Adaptive, take the following steps:
- After installing FileIcons through Package Control, go to the Sublime Text “Packages” directory (e.g. via the command “Browse Packages”).
- Create a “FileIcons/theme” directory structure in your “Packages” directory.
- In your settings, check what theme you're using (e.g. 'itg.flat.dark.sublime-theme').
- In the “FileIcons/theme” directory, create a file with the name of the theme you are using and copy the theme overrides that make FileIcons work into it.
- Restart Sublime Text and you should see icons in the sidebar!
Buy me a coffee
☕️👌🏻
If you enjoy this package, feel free to make a little donation via PayPal towards the coffee that keeps this project running. It's much appreciated!