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

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

[nongnu] elpa/material-theme 0b6c86a 046/118: add org-kbd face


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 0b6c86a 046/118: add org-kbd face
Date: Thu, 21 Oct 2021 18:06:17 -0400 (EDT)

branch: elpa/material-theme
commit 0b6c86abfa3ad86246da16ebfaa5656014bd9f39
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    add org-kbd face
---
 material-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/material-theme.el b/material-theme.el
index 96fd9c3..fa5f4e5 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -404,6 +404,8 @@
    `(org-warning ((,class (:weight bold :foreground ,red))))
    `(org-block-begin-line ((,class (:foreground ,"#b3e5fc" :background 
"#1e2930" :underline ,"#e1f5fe"))))
    `(org-block-end-line ((,class (:foreground ,"#b3e5fc" :background "#1e2930" 
:overline ,"#e1f5fe"))))
+   `(org-kbd ((,class (:background ,inactive-gray :foreground ,foreground
+                                   :box (:line-width 1 :color nil :style 
pressed-button)))))
 
    `(org-level-1 ((,class (:inherit nil
                          :overline ,"#b0bec5"



reply via email to

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