From d03e597ab09464880b808e3f26890294f8d295f8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 3 Apr 2013 02:01:58 +0200 Subject: [PATCH] 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. --- yoshi-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; 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)))) )