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

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

[nongnu] elpa/gotham-theme 6b8f345af4 164/214: add info+ support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 6b8f345af4 164/214: add info+ support
Date: Fri, 7 Jan 2022 17:58:51 -0500 (EST)

branch: elpa/gotham-theme
commit 6b8f345af49be7b72854127d556e5d68132f9457
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    add info+ support
---
 gotham-theme.el | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index bf7163543c..485d98deed 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -629,6 +629,23 @@ depending on DISPLAY for keys which are either :foreground 
or
    (hydra-face-pink :foreground orange :bold t)
    (hydra-face-amaranth :foreground magenta :bold t)
 
+   ;; info+
+   (info-command-ref-item :foreground green :background base2)
+   (info-constant-ref-item :foreground cyan :background base2)
+   (info-double-quoted-name :inherit font-lock-comment-face)
+   (info-file :foreground yellow :background base2)
+   (info-function-ref-item :inherit font-lock-function-name-face :background 
base2)
+   (info-macro-ref-item :foreground yellow :background base2)
+   (info-menu :foreground yellow)
+   (info-quoted-name :inherit font-lock-constant-face)
+   (info-reference-item :background base2)
+   (info-single-quote :inherit font-lock-keyword-face)
+   (info-special-form-ref-item :foreground yellow :background base2)
+   (info-string :inherit font-lock-string-face)
+   (info-syntax-class-item :foreground blue :background base2)
+   (info-user-option-ref-item :foreground red :background base2)
+   (info-variable-ref-item :inherit font-lock-variable-name-face :background 
base2)
+
    ;; ivy
    (ivy-confirm-face :foreground cyan)
    (ivy-current-match :foreground base7 :background base3)



reply via email to

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