gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Is possible to change dot colors? #12

Closed pedrofernandezm closed 12 years ago

pedrofernandezm commented 12 years ago

I was wondering if it is possible to change dot colors? In some color schemes, like LAZY, the dots appear in black for changes and new lines too.

gornostal commented 12 years ago

Yes, it's possible.

All themes stored in ~/.config/sublime-text-2/Packages/Color Scheme - Default (at least I have them there). If you open Monokai.tmTheme (which is default theme), you will find colors for diff files (just search for diff). Then you should copy diff colors to your theme.

Write here if it help you.

Good luck.

pedrofernandezm commented 12 years ago

Thank you for the quick response.

It worked!. The key name was "diff.inserted" but thank you for pointing me in the right direction.