emacs-theme-gruvbox
emacs-theme-gruvbox copied to clipboard
Support vc-*-state faces
I'm submitting a:
- [x] Feature request
Feature request
Currently they are all inherit vc-state-base without being themed, which is not usable.
Do please note that Emacs Gruvbox is user supported.
Feature requests are assumed to be pending pull requests from the submitter.
Thank you for your attention
As discussed in https://github.com/greduan/emacs-theme-gruvbox/pull/211#issuecomment-1954126764 , we can configure in init file like this:
;; Used by dirvish
(set-face-attribute 'vc-edited-state nil :inherit 'diff-hl-change)
(set-face-attribute 'vc-locally-added-state nil :inherit 'diff-hl-insert)
(set-face-attribute 'vc-removed-state nil :inherit 'diff-hl-delete)