branch: elpa/cyberpunk-theme
commit 4f05464182b2f711e456561f302b108ca667f910
Author: Winston Weinert <[email protected]>
Commit: Winston Weinert <[email protected]>

    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