(mdw-define-face magit-hash
(((min-colors 64)) :foreground "grey40")
(((class color)) :foreground "blue"))
+(mdw-define-face magit-popup-argument
+ (((min-colors 64)) :foreground "SeaGreen1")
+ (((class color)) :foreground "green")
+ (t :weight bold))
(mdw-define-face magit-diff-hunk-heading
(((min-colors 64)) :foreground "grey70" :background "grey25")
(((class color)) :foreground "yellow"))