aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-15 15:12:58 +0100
committerGravatar Tom Willemse2015-11-15 15:12:58 +0100
commit1e734135a378c72eba8f585d42a71182f867c3c1 (patch)
tree9b1fc967b944a96e6102cbab5c7596082c47dae6
parentebe939795543bfcf9b969c0540500fdfb322061e (diff)
downloadyoshi-theme-1e734135a378c72eba8f585d42a71182f867c3c1.tar.gz
yoshi-theme-1e734135a378c72eba8f585d42a71182f867c3c1.zip
Add magit-section-highlight face
-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))))