1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Add which-func face

This commit is contained in:
Tom Willemsen 2013-04-06 00:19:44 +02:00
parent d03e597ab0
commit ee63e1651f

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org> ;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces ;; Keywords: faces
;; Version: 5.3.0 ;; Version: 5.4.0
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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-white ((t (:background ,dwhite :foreground ,lblack))))
`(term-color-yellow ((t (:background ,dyellow :foreground ,lyellow)))) `(term-color-yellow ((t (:background ,dyellow :foreground ,lyellow))))
`(texinfo-heading ((t (:foreground ,lpink :inherit unspecified :height 1.3)))) `(texinfo-heading ((t (:foreground ,lpink :inherit unspecified :height 1.3))))
`(which-func ((t (:foreground ,lblue))))
) )