emacs-theme-gruvbox icon indicating copy to clipboard operation
emacs-theme-gruvbox copied to clipboard

Support vc-*-state faces

Open uqix opened this issue 1 year ago • 1 comments

I'm submitting a:

  • [x] Feature request

Feature request

image

Currently they are all inherit vc-state-base without being themed, which is not usable.

uqix avatar Feb 14 '24 03:02 uqix

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

jasonm23 avatar Feb 14 '24 04:02 jasonm23

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)

uqix avatar Feb 20 '24 12:02 uqix