Forked from underhilllabs/color-theme-seamus-magit.el
Created
February 21, 2019 08:56
-
-
Save maksadbek/6a3c6341ad2a7ca6006221a836b891dc to your computer and use it in GitHub Desktop.
magit section for emacs color theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; magit stuff!! | |
(magit-file-header ((t (:foreground "violet")))) | |
(magit-hunk-header ((t (:foreground "blue")))) | |
(magit-header ((t (:foreground "cyan")))) | |
(magit-tag-label ((t (:background "blue" :foreground "orange")))) | |
(magit-diff-add ((t (:foreground "MediumSlateBlue")))) | |
(magit-diff-del ((t (:foreground "maroon")))) | |
(magit-item-highlight ((t (:background "#000012")))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment