branch: elpa/anti-zenburn-theme
commit 8c27d807e0d8065e60135d8ede6485d6135e3b5b
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    Force fixed font on some Org elements.
---
 anti-zenburn-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index ab4c238..690ba98 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -607,7 +607,7 @@
    `(org-scheduled-previously ((t (:foreground ,azenburn-blue-4))))
    `(org-scheduled-today ((t (:foreground ,azenburn-beige+1))))
    `(org-special-keyword ((t (:foreground ,azenburn-fg-1 :weight normal))))
-   `(org-table ((t (:foreground ,azenburn-violet+2))))
+   `(org-table ((t (:inherit fixed-pitch :foreground ,azenburn-violet+2))))
    `(org-tag ((t (:bold t :weight bold))))
    `(org-time-grid ((t (:foreground ,azenburn-light-blue))))
    `(org-todo ((t (:bold t :foreground ,azenburn-blue :weight bold))))
@@ -615,6 +615,9 @@
    `(org-warning ((t (:bold t :foreground ,azenburn-blue :weight bold 
:underline nil))))
    `(org-column ((t (:background ,azenburn-bg-1))))
    `(org-column-title ((t (:background ,azenburn-bg-1 :underline t :weight 
bold))))
+   `(org-code ((t (:inherit (shadow fixed-pitch)))))
+   `(org-block ((t (:inherit (shadow fixed-pitch)))))
+   `(org-block-background ((t (:inherit fixed-pitch))))
 
    ;; outline
    `(outline-1 ((t (:foreground ,azenburn-light-blue))))

Reply via email to