aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-06 00:19:44 +0200
committerGravatar Tom Willemsen2013-04-06 00:19:44 +0200
commitee63e1651f847a081428fd18089bd681600b1ed9 (patch)
tree27f53d55f1ba40f39a33a1c938c30def16da9883
parentd03e597ab09464880b808e3f26890294f8d295f8 (diff)
downloadyoshi-theme-ee63e1651f847a081428fd18089bd681600b1ed9.tar.gz
yoshi-theme-ee63e1651f847a081428fd18089bd681600b1ed9.zip
Add which-func face
-rw-r--r--yoshi-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 6c797c8..3615dcc 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces
-;; Version: 5.3.0
+;; Version: 5.4.0
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -236,6 +236,7 @@
`(term-color-white ((t (:background ,dwhite :foreground ,lblack))))
`(term-color-yellow ((t (:background ,dyellow :foreground ,lyellow))))
`(texinfo-heading ((t (:foreground ,lpink :inherit unspecified :height 1.3))))
+ `(which-func ((t (:foreground ,lblue))))
)