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

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

[nongnu] elpa/cyberpunk-theme 4f05464 122/132: Colorize Info-quoted


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 4f05464 122/132: Colorize Info-quoted
Date: Thu, 21 Oct 2021 18:04:03 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 4f05464182b2f711e456561f302b108ca667f910
Author: Winston Weinert <winston@ml1.net>
Commit: Winston Weinert <winston@ml1.net>

    Colorize Info-quoted
    
    This is used for keyboard shortcuts and the like. This should make
    them stick out more, especially when one is using a serif monospace
    font by default.
---
 cyberpunk-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 1e3e1d4..1b3747a 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -818,6 +818,9 @@
    `(custom-button ((,class (:box (:line-width 2 :style released-button)
                                   :background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
    `(custom-button-unraised ((,class (:background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
+
+   ;; info
+   `(Info-quoted ((,class (:inherit fixed-pitch-serif :foreground 
,cyberpunk-pink))))
    )
 
   ;;; custom theme variables



reply via email to

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