From ee63e1651f847a081428fd18089bd681600b1ed9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 6 Apr 2013 00:19:44 +0200 Subject: Add which-func face --- yoshi-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yoshi-theme.el') 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 ;; 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)))) ) -- cgit v1.2.3-54-g00ecf