moe-theme.el icon indicating copy to clipboard operation
moe-theme.el copied to clipboard

Support diff-hl

Open darkstego opened this issue 6 years ago • 1 comments

The diff-hl mode shows the changes in code in the fringe. Using moe-dark the changes are colors are very hard to notice. I was wondering if those could be supported in the theme.

This is what I am using with moe-dark to make them more visible (diff-hl-insert ((,class (:background ,green-4 :foreground ,green-2)))) (diff-hl-change ((,class (:background ,blue-3 :foreground ,blue-2)))) (diff-hl-delete ((,class (:background ,red-3 :foreground ,red-1))))

darkstego avatar May 16 '18 23:05 darkstego

Maybe the diff-hl-change should be: (diff-hl-change ((,class (:background ,blue-3 :foreground ,blue-1))))

To make the '!' more visible

nyqvist avatar Sep 19 '18 19:09 nyqvist