Skip to content

Commit

Permalink
Add magit-section-highlight face
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuslash committed Nov 15, 2015
1 parent ebe9397 commit 1e73413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.org
Expand Up @@ -31,6 +31,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Add the CSS faces: =css-property=, =css-selector= and
=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
:PROPERTIES:
:CUSTOM_ID: release-6.0.0
Expand Down
1 change: 1 addition & 0 deletions yoshi-theme.el
Expand Up @@ -243,6 +243,7 @@
`(magit-process-ng ((t (:foreground ,fgred :inherit unspecified))))
`(magit-process-ok ((t (:foreground ,fggreen :inherit unspecified))))
`(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))))
`(makefile-space ((t (:background ,bgpink))))
`(markdown-header-face-1 ((t (:inherit org-level-1))))
Expand Down

0 comments on commit 1e73413

Please sign in to comment.