aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 831977b..6c797c8 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces
-;; Version: 5.2.0
+;; Version: 5.3.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
@@ -235,6 +235,7 @@
`(term-color-red ((t (:background ,dred :foreground ,lred))))
`(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))))
)