branch: elpa/material-theme
commit 0b6c86abfa3ad86246da16ebfaa5656014bd9f39
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
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"