Skip to content

Commit

Permalink
feat: Add support for "zz-file-icons" package.
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

From this release Material Theme use the `zz-file-icons` package to
display file type icons. Please install it and restart Sublime Text.
  • Loading branch information
equinusocio committed Oct 11, 2016
1 parent b1951db commit e493311
Show file tree
Hide file tree
Showing 105 changed files with 0 additions and 897 deletions.
Empty file added .zz-file-icons
Empty file.
Binary file removed icons/file_type_apache.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file added icons/file_type_cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/file_type_cfc.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/file_type_cfm.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added icons/file_type_dotnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/file_type_fish.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/file_type_jade.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file removed icons/[email protected]
Diff not rendered.
Binary file added icons/file_type_preferences.png
Binary file added icons/[email protected]
Binary file added icons/[email protected]
Binary file added icons/file_type_sublime.png
Binary file added icons/[email protected]
Binary file added icons/[email protected]
Binary file added icons/file_type_windows.png
Binary file added icons/[email protected]
Binary file added icons/[email protected]
13 changes: 0 additions & 13 deletions preferences/file_type_actionscript.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_angular.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_apache.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_applescript.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_blade.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_c#.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_c++.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_c.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_cfc.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_cfm.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_clojure.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_coffeescript.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_css.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_dlang.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_dockerfile.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_erlang.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_ex.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_fish.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_go.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_graphviz.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_groovy.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_haml.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_haskell.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_haxe.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_html.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_ini.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_jade.tmPreferences

This file was deleted.

13 changes: 0 additions & 13 deletions preferences/file_type_java.tmPreferences

This file was deleted.

Loading

6 comments on commit e493311

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks. I Will release this feat witn the new 4.0.0 and other feature.

@equinusocio
Copy link
Member Author

@equinusocio equinusocio commented on e493311 Oct 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oivva Done 👍 I just put all you icons and overwrite with my icons. It would be awesome if your package can check if theme have a specific icon, if don't, then show the package icon,

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can force theme developers to put a list of theme icons inside the .zz-file-icons file and check if the theme have an icon or not (compared with your provided preferences). It's just an idea.

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm searching a way to implement monochrome icons without build a new addon package, I think a python script that rename iconsfolder on the fly with a command. But the theme package should be unzipped and, i'm don't know python :( maybe we can implement this :)

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oivva Done, but the package readme tells to rename the package (manual installation) to zz File Icons, it's correct?

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Any news from package control?

Please sign in to comment.