aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-03 02:01:58 +0200
committerGravatar Tom Willemsen2013-04-03 02:02:04 +0200
commitd03e597ab09464880b808e3f26890294f8d295f8 (patch)
treecbaf20b3175057b781a4c33a9d2d9352588c57cb
parentc84ea68121f6175fdd4cd71464b5c31714e799f5 (diff)
downloadyoshi-theme-d03e597ab09464880b808e3f26890294f8d295f8.tar.gz
yoshi-theme-d03e597ab09464880b808e3f26890294f8d295f8.zip
Add texinfo-heading face
Texinfo produces some great output, but the syntax lends itself to getting very messy very quickly. By making headings pink and large I hope they will stand out enough to make the structure a little clearer.
-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))))
)