mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Add some more magit faces
This commit is contained in:
parent
8bd0a6a5ca
commit
30a53d4877
1 changed files with 4 additions and 1 deletions
|
@ -211,7 +211,10 @@
|
|||
`(link-visited ((t (:foreground ,magenta5 :underline t))))
|
||||
`(magit-branch ((t (:foreground ,pink5 :weight bold :inherit unspecified))))
|
||||
`(magit-item-highlight ((t (:slant italic :inherit unspecified))))
|
||||
`(magit-log-sha1 ((t (:foreground ,magenta5))))
|
||||
`(magit-log-head-label-local ((t (:foreground ,gray5 :background ,magenta3 :box (:color ,magenta3 :line-width 2 :style nil)))))
|
||||
`(magit-log-head-label-remote ((t (:foreground ,gray5 :background ,green3 :box (:color ,green3 :line-width 2 :style nil)))))
|
||||
`(magit-log-head-label-tags ((t (:foreground ,gray5 :background ,orange3 :box (:color ,orange3 :line-width 2 :style nil)))))
|
||||
`(magit-log-sha1 ((t (:foreground ,gray5 :background ,blue3 :box (:color ,blue3 :line-width 2 :style nil)))))
|
||||
`(magit-section-title ((t (:foreground ,turquoise5 :inherit unspecified))))
|
||||
`(markdown-header-face-1 ((t (:inherit org-level-1))))
|
||||
`(markdown-header-face-2 ((t (:inherit org-level-2))))
|
||||
|
|
Loading…
Reference in a new issue