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

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

[nongnu] elpa/monokai-theme 92fa80a 107/207: Add info faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 92fa80a 107/207: Add info faces
Date: Thu, 21 Oct 2021 18:07:42 -0400 (EDT)

branch: elpa/monokai-theme
commit 92fa80a53312902181cdc4eadd8abac8470491f9
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Add info faces
---
 monokai-theme.el | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 838f1da..fe52dbd 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2908,6 +2908,58 @@ Also affects 'linum-mode' background."
      ((,class (:foreground ,monokai-cyan))
       (,terminal-class (:foreground ,terminal-monokai-cyan))))
 
+
+   ;; info
+   `(info-header-xref
+     ((,class (:foreground ,monokai-green
+                           :inherit bold
+                           :underline t))
+     (,terminal-class (:foreground ,terminal-monokai-green
+                                   :inherit bold
+                                   :underline t))))
+
+   `(info-menu
+     ((,class (:foreground ,monokai-blue))
+      (,terminal-class (:foreground ,terminal-monokai-blue))))
+
+   `(info-node
+     ((,class (:foreground ,monokai-violet
+                           :inherit bold))
+      (,terminal-class (:foreground ,terminal-monokai-violet
+                                    :inherit bold))))
+
+   `(info-quoted-name
+     ((,class (:foreground ,monokai-orange))
+      (,terminal-class (:foreground ,terminal-monokai-orange))))
+
+   `(info-reference-item
+     ((,class (:background nil
+                           :underline t
+                           :inherit bold))
+      (,terminal-class (:background nil
+                                    :underline t
+                                    :inherit bold))))
+
+   `(info-string
+     ((,class (:foreground ,monokai-yellow))
+      (,terminal-class (:foreground ,terminal-monokai-yellow))))
+
+   `(info-title-1
+     ((,class (:height ,monokai-height-plus-4))
+      (,terminal-class (:height ,monokai-height-plus-4))))
+
+   `(info-title-2
+     ((,class (:height ,monokai-height-plus-3))
+      (,terminal-class (:height ,monokai-height-plus-3))))
+
+   `(info-title-3
+     ((,class (:height ,monokai-height-plus-2))
+      (,terminal-class (:height ,monokai-height-plus-2))))
+
+   `(info-title-4
+     ((,class (:height ,monokai-height-plus-1))
+      (,terminal-class (:height ,monokai-height-plus-1))))
+
    `(jabber-activity-face
      ((,class (:weight bold
                        :foreground ,monokai-red))



reply via email to

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