Sublime Forum

πŸ“„ zz File Icons πŸ‘‰ Sublime file type icons for improved visual grepping

#1

This package adds file specific icons to Sublime Text 3062+ for improved visual grepping. It’s heavily inspired by Atom File Icons.

Its aims are:

  • To be a tmPreferences storage for UI themes that support file icons.
  • To provide file type icons for themes those don’t (fully) support file icons.

Package Control: zz File Icons
GitHub: sublime-file-icons

Want to learn more? See the README.md β†’.

3 Likes

#3

Looks good. I might add this to the Nil theme.

1 Like

#4

I like it :+1:

1 Like

#5

zz File Icons 2.0.0 finally arrived. Check it out :wink:

1 Like

#6

:eyeglasses: zz File Icons v2.0.1

:bug: Bug Fixes

  • Fix syntax definition conflicts

:sunglasses: Thanks To

@FichteFoll for clarification :wink:

2 Likes

#7

Like it very much! What’s about a separate icon for csv files? Currently it’s the same as a text file.

0 Likes

#8

csv icon will be available later this month :wink: See 2.1.0 milestone.

0 Likes

#9

:eyeglasses: zz File Icons v2.1.0

:warning: Breaking Changes in 3.0.0

Starting 3.0.0 zz File Icons will be renamed to A File Icon. I’ve found the way how to fix/implement two annoying issues:

  • Resolve conflicts with unsupported themes. So the right icons will be used after fixing this.

  • Add possibility to use package icons if they missing in supported themes. If the theme developer doesn’t want to add more icons, package will replace missing icons with provided by itself.

I have no plans to add new icons in 3.0.0, it will bring only the new way of applying them.

I apologize for any inconvenience caused.

:bug: Bug Fixes

  • Add the archive icon for *.saz
  • Add the font icon for woff2
  • Add the gulp icon for gulpfile.babel.js & gulpfile.coffee
  • Add the postcss icon for config files
  • Add the ruby icon for rvm and rspec
  • Get package name on the fly
  • Make .stylelintrc icon single colored
  • Use ESLint icon for .eslintignore

:cookie: Enhancements

  • Add a config icon
  • Add a csv icon
  • Add a lock icon
  • Add a log icon
  • Add a nginx icon
  • Add a nsis icon
  • Add a plist icon
  • Add a webpack icon
  • Add an editorconfig icon
  • Add an icon for circle ci
  • Add an icon for composer
  • Add an icon for NodeJS
  • Add an icon for stylelint
  • Add an yarn.lock icon

:sunglasses: Thanks To

  • @r3nya for requests & icons :wink:
  • @gj for fixing that glorious typo :wink:
0 Likes

#10

:eyeglasses: zz File Icons v2.2.0

:bug: Bug Fixes

  • Add icons for *lintrc.* files
  • Add the docker icon for docker-compose.yml
  • Add the gear icon for .env files
  • Make nsis icon much crisper

:cookie: Enhancements

  • Add option to disable syntax aliases

:sunglasses: Thanks To

2 Likes

#11

How some some sublime files get a ST icon and others don’t? Here are some examples:

ST Icon

.sublime-commands
.sublime-menu

Different Icon (json I think)

.sublime-keymap
.sublime-mousemap

0 Likes

#13

Please, post your issue here: https://github.com/ihodev/sublime-file-icons/issues. I’ll fix it in the next release.

1 Like

#14

Is that saying if I use boxy theme,there is no need to install it?

0 Likes

#15

Nope, you need this package, because it provides icon preferences for themes. This preferences shouldn’t be provided by the theme. Maybe someday ST developers will provide better way of using icons, however now it’s better to store them in one place, and zz File Icons tries to be that place.

0 Likes