aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index a5e3f3d..1f79d0e 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -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
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 3fb8da3..616a924 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))