From d48c9e5f6003e375871ebf166b6980514b8782db Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 30 Mar 2013 14:18:05 +0100 Subject: [PATCH] Remove underline from magit-section-title --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 15efa94..6d70bd9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -159,7 +159,7 @@ `(link-visited ((t (:foreground ,lmagenta :underline t)))) `(magit-branch ((t (:foreground ,lpink :weight bold :inherit unspecified)))) `(magit-item-highlight ((t (:slant italic :inherit unspecified)))) - `(magit-section-title ((t (:foreground ,lturquoise :inherit unspecified :underline (:color ,lcyan))))) + `(magit-section-title ((t (:foreground ,lturquoise :inherit unspecified)))) `(markdown-header-face-1 ((t (:inherit org-level-1)))) `(markdown-header-face-2 ((t (:inherit org-level-2)))) `(markdown-header-face-3 ((t (:inherit org-level-3))))