FileIcons
File icons for Sublime Text
Details
Installs
- Total 295K
- Win 184K
- Mac 46K
- Linux 65K
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 | 25 | 46 | 34 | 32 | 35 | 34 | 32 | 38 | 29 | 31 | 29 | 23 | 41 | 42 | 42 | 38 | 29 | 49 | 57 | 37 | 57 | 60 | 36 | 21 | 28 | 34 | 39 | 29 | 33 | 40 | 29 | 25 | 45 | 41 | 53 | 31 | 25 | 27 | 24 | 46 | 50 | 47 | 47 | 32 | 33 | 37 |
Mac | 9 | 11 | 5 | 7 | 7 | 11 | 14 | 6 | 11 | 5 | 5 | 11 | 13 | 4 | 10 | 8 | 4 | 6 | 15 | 7 | 13 | 13 | 5 | 7 | 13 | 13 | 10 | 11 | 6 | 9 | 7 | 6 | 15 | 11 | 7 | 6 | 9 | 8 | 8 | 10 | 9 | 14 | 9 | 7 | 5 | 8 |
Linux | 10 | 14 | 14 | 12 | 15 | 20 | 8 | 12 | 15 | 9 | 13 | 9 | 29 | 15 | 10 | 17 | 15 | 12 | 12 | 15 | 19 | 12 | 13 | 15 | 8 | 5 | 20 | 12 | 20 | 27 | 19 | 16 | 23 | 19 | 11 | 22 | 19 | 12 | 14 | 12 | 9 | 19 | 14 | 15 | 16 | 10 |
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!