1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Remove underline from magit-section-title

This commit is contained in:
Tom Willemsen 2013-03-30 14:18:05 +01:00
parent 06649621bd
commit d48c9e5f60

View file

@ -159,7 +159,7 @@
`(link-visited ((t (:foreground ,lmagenta :underline t)))) `(link-visited ((t (:foreground ,lmagenta :underline t))))
`(magit-branch ((t (:foreground ,lpink :weight bold :inherit unspecified)))) `(magit-branch ((t (:foreground ,lpink :weight bold :inherit unspecified))))
`(magit-item-highlight ((t (:slant italic :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-1 ((t (:inherit org-level-1))))
`(markdown-header-face-2 ((t (:inherit org-level-2)))) `(markdown-header-face-2 ((t (:inherit org-level-2))))
`(markdown-header-face-3 ((t (:inherit org-level-3)))) `(markdown-header-face-3 ((t (:inherit org-level-3))))