mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add which-func face
This commit is contained in:
parent
d03e597ab0
commit
ee63e1651f
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue