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

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

[nongnu] elpa/gotham-theme 287d408156 134/214: Merge pull request #33 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 287d408156 134/214: Merge pull request #33 from drot/master
Date: Fri, 7 Jan 2022 17:58:48 -0500 (EST)

branch: elpa/gotham-theme
commit 287d408156cc05fa75cdd02aa46f09099938eb92
Merge: a7b4da3675 4b2396d9b1
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Merge pull request #33 from drot/master
    
    Add info-faces
---
 gotham-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index a2a9eaf6e7..e29d2a34d7 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -328,6 +328,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    (ido-only-match :foreground green)
    (ido-subdir :foreground red)
 
+   ;; info
+   (Info-quoted :inherit italic :foreground orange :weight bold)
+   (info-menu-header :foreground green :weight bold :height 1.4 )
+   (info-menu-star :foreground red)
+   (info-node :inherit italic :foreground base6 :weight bold)
+   (info-title-1 :weight bold :height 1.6)
+   (info-title-2 :weight bold :height 1.4)
+   (info-title-3 :weight bold :height 1.2)
+   (info-title-4 :weight bold)
+
    ;; makefile
    (makefile-space :background magenta)
 



reply via email to

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