emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 1893f99881 3/4: Add support for the Info read


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 1893f99881 3/4: Add support for the Info reader
Date: Thu, 18 Aug 2022 09:57:33 -0400 (EDT)

branch: externals/ef-themes
commit 1893f99881b39204d721213f496c0a9706b1d676
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for the Info reader
---
 ef-themes.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 19ba58ad8e..324e869a7f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -566,6 +566,17 @@ Helper function for `ef-themes-preview-colors'."
     `(gnus-header-name ((,c :inherit message-header-name)))
     `(gnus-header-newsgroups ((,c :inherit message-header-newsgroups)))
     `(gnus-header-subject ((,c :inherit message-header-subject)))
+;;;; info
+    `(Info-quoted ((,c :foreground ,accent-0))) ; the capitalization is 
canonical
+    `(info-header-node ((,c :inherit (shadow bold))))
+    `(info-index-match ((,c :inherit match)))
+    `(info-menu-header ((,c :inherit bold)))
+    `(info-menu-star ((,c :foreground ,red)))
+    `(info-node ((,c :inherit bold)))
+    `(info-title-1 ((,c :inherit bold :foreground ,rainbow-1 :height 
,ef-themes-height-1)))
+    `(info-title-2 ((,c :inherit bold :foreground ,rainbow-2 :height 
,ef-themes-height-2)))
+    `(info-title-3 ((,c :inherit bold :foreground ,rainbow-3 :height 
,ef-themes-height-3)))
+    `(info-title-4 ((,c :inherit bold :foreground ,rainbow-4 :height 
,ef-themes-height-4)))
 ;;;; isearch, occur, and the like
     `(isearch ((,c :background ,bg-yellow :foreground ,fg-intense)))
     `(isearch-fail ((,c :background ,bg-red :foreground ,fg-intense)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]