mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Remove underline from magit-section-title
This commit is contained in:
parent
06649621bd
commit
d48c9e5f60
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue