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

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

[nongnu] elpa/gotham-theme c38967a1b0 165/214: Merge pull request #46 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme c38967a1b0 165/214: Merge pull request #46 from drot/master
Date: Fri, 7 Jan 2022 17:58:51 -0500 (EST)

branch: elpa/gotham-theme
commit c38967a1b00025b70b691a8ae18ce122456b6fda
Merge: d9b00bd93a 6b8f345af4
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #46 from drot/master
    
    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]