Skip to content

Instantly share code, notes, and snippets.

@underhilllabs
Created May 16, 2011 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save underhilllabs/973959 to your computer and use it in GitHub Desktop.
Save underhilllabs/973959 to your computer and use it in GitHub Desktop.
magit section for emacs color theme
;; 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