hxsf / sublime-sidebar-theme-and-icons

sublime sidebar theme and icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text sidebar icons and theme

  1. The collection of file type icons for Sublime Text editor.
  2. The black theme sidebar.

Please note that icons included in this repository are best suited with a dark background but you can customize them.

Installation

The purpose of this collection is to override the default icons that come with themes. Unfortunately, this prevents from creating a package that could be installed via Package Control.

To install the icons you'll have to clone this repo to your Packages folder and rename the folder's name to match your current theme's package (folder) name, like so:

git clone https://github.com/hxsf/sublime-sidebar-theme-and-icons.git [folder name]

For example, I use Predawn theme, so my [folder name] is Predawn.

Other themes that I tested and folder name you should use:

Customizing the icons

In src you'll find file_type_icons.psd file which contains all the icons. You can modify the however you want, all you need is Photoshop CS6 or later (but it might work in older versions).

Also there's simple Photoshop script export-icons.jsx that looks for layer groups with names ending with '.png' and exports them to ../icons folder. You can run it by clicking File → Scripts → Browse... and selecting the script.

Further notes

For managing themes I suggest the Themr package, it makes changing themes and customizing them much easier.

If you want me to add some icons or have any suggestions, please add new issue. Feel free to make new icons and send the full file_type_icons.psd if you want to share.

Most of the icons I took from the great devicons and devicon sets, some are slightly modified and some are I drew myself.

License

Under MIT Licence.

I do not own rights for any of the logos or other images used, they belong to the rightful owners.

Thanks for mrliptontea / sublime-text-sidebar-icons

About

sublime sidebar theme and icons

License:MIT License


Languages

Language:JavaScript 100.0%