Sublime Forum

Custom Icons in GitGutter

#1

How can I use custom icons in GitGutter, I read the docs:

To provide a custom theme developers need to add a folder with all required icons and optionally a gitgutter_popup.css file to their package. An empty JSON file <ThemeName>.gitgutter-theme must exist to mark this folder a resource for GitGutter icons.

But what to put and where, there is only a binary file for package Git.sublime-package. I would generally like to make icons bigger

0 Likes

#2

They could be in any package, e.g. your User package. I don’t think you can use that to make the icons any bigger though, unless the default gitgutter icons are deliberately not using all of the space that is available to them.

1 Like