branch: elpa/alect-themes
commit 179d5cad94a16ca93d8cca6cf702ae308cc9fd6c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'org-code' face
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index c18efed..8efd0df 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1343,6 +1343,7 @@ For INVERT, see `alect-get-color'."
(org-todo ((,c :foreground ,(gc 'red) :weight bold)))
(org-upcoming-deadline ((,c :inherit font-lock-keyword-face)))
(org-verbatim ((,c :foreground ,(gc 'fg-2))))
+ (org-code ((,c :foreground ,(gc 'cyan+1))))
(org-warning ((,c :foreground ,(gc 'red)
:weight bold :underline nil)))
(org-column ((,c :background ,(gc 'bg-2))))