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

Add magit-section-highlight face

This commit is contained in:
Tom Willemse 2015-11-15 15:12:58 +01:00
parent ebe9397955
commit 1e734135a3
2 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the CSS faces: =css-property=, =css-selector= and Add the CSS faces: =css-property=, =css-selector= and
=css-proprietary-property=. =css-proprietary-property=.
** ADDED =magit-section-highlight= face
* [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31 * [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.0.0 :CUSTOM_ID: release-6.0.0

View file

@ -243,6 +243,7 @@
`(magit-process-ng ((t (:foreground ,fgred :inherit unspecified)))) `(magit-process-ng ((t (:foreground ,fgred :inherit unspecified))))
`(magit-process-ok ((t (:foreground ,fggreen :inherit unspecified)))) `(magit-process-ok ((t (:foreground ,fggreen :inherit unspecified))))
`(magit-section-heading ((t (:foreground ,fgturquoise :weight unspecified :height 1.3)))) `(magit-section-heading ((t (:foreground ,fgturquoise :weight unspecified :height 1.3))))
`(magit-section-highlight ((t (:background unspecified :slant italic))))
`(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8)))) `(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8))))
`(makefile-space ((t (:background ,bgpink)))) `(makefile-space ((t (:background ,bgpink))))
`(markdown-header-face-1 ((t (:inherit org-level-1)))) `(markdown-header-face-1 ((t (:inherit org-level-1))))