aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-30 14:18:05 +0100
committerGravatar Tom Willemsen2013-03-30 14:18:05 +0100
commitd48c9e5f6003e375871ebf166b6980514b8782db (patch)
tree3d4156c1a96cb52f23015ae2d96fc83dbfc57bd6
parent06649621bdea55499168c6ce7af96442c4e6da52 (diff)
downloadyoshi-theme-d48c9e5f6003e375871ebf166b6980514b8782db.tar.gz
yoshi-theme-d48c9e5f6003e375871ebf166b6980514b8782db.zip
Remove underline from magit-section-title
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
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))))