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

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.
This commit is contained in:
Tom Willemsen 2013-04-03 02:01:58 +02:00
parent c84ea68121
commit d03e597ab0

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org> ;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces ;; Keywords: faces
;; Version: 5.2.0 ;; Version: 5.3.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
@ -235,6 +235,7 @@
`(term-color-red ((t (:background ,dred :foreground ,lred)))) `(term-color-red ((t (:background ,dred :foreground ,lred))))
`(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))))
) )