dgutov / diff-hl

Emacs package for highlighting uncommitted changes
GNU General Public License v3.0
914 stars 44 forks source link

thick border line instead of thin #132

Closed ratnesh1729 closed 4 years ago

ratnesh1729 commented 4 years ago

(Wanted to thank first for diff-hl - this has been very useful)

fringe_old

When I have older theme - above -> please notice that the dark border on the left - this indicates git additions. (for info - this is gruvbox-dark--hard from https://github.com/greduan/emacs-theme-gruvbox/blob/master/gruvbox-dark-hard-theme.el)

With the base-16 themes here - I get it like a thin line - "please see image below" . How can I set it similar to the one above ? fringe-_base-16

Best,

dgutov commented 4 years ago

By customizing the relevant faces. You can change the backgrounds to be lighter.

ratnesh1729 commented 4 years ago

Thanks. A newbier here on faces or related customizations. Any more inputs for me to narrow it down.

dgutov commented 4 years ago

M-x customize-group diff-hl. There are three faces in that list.

ratnesh1729 commented 4 years ago

Thanks!! I see now. So if I have to keep a customization I would like - I should put all diff-hl faces in my init.el - and these lines will come post loading of the theme ? I searched themes' git page with "diff-hl" - but could not find it ther - I am wondering how these faces change w.r.t theme changes ? I was wrong about above. I see the themes have diff-hl specific settings.