FileIcons
File icons for Sublime Text
Details
Installs
- Total 300K
- Win 187K
- Mac 47K
- Linux 66K
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 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 11 | 34 | 33 | 35 | 33 | 29 | 37 | 22 | 26 | 35 | 40 | 29 | 25 | 38 | 26 | 22 | 41 | 45 | 28 | 40 | 37 | 19 | 32 | 30 | 33 | 32 | 29 | 33 | 28 | 22 | 34 | 28 | 12 | 26 | 33 | 26 | 32 | 26 | 26 | 29 | 22 | 26 | 25 | 21 | 29 | 29 |
Mac | 2 | 11 | 9 | 22 | 8 | 15 | 13 | 8 | 11 | 8 | 9 | 18 | 13 | 7 | 4 | 6 | 9 | 11 | 11 | 10 | 6 | 7 | 1 | 4 | 10 | 5 | 13 | 7 | 7 | 4 | 4 | 6 | 7 | 7 | 9 | 7 | 10 | 14 | 6 | 13 | 5 | 7 | 6 | 7 | 7 | 8 |
Linux | 3 | 13 | 13 | 21 | 9 | 16 | 13 | 12 | 12 | 11 | 11 | 8 | 17 | 16 | 21 | 8 | 11 | 13 | 9 | 16 | 12 | 14 | 9 | 9 | 7 | 20 | 13 | 11 | 13 | 12 | 11 | 11 | 14 | 6 | 14 | 8 | 13 | 18 | 9 | 9 | 7 | 6 | 8 | 10 | 13 | 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!