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

    Revert inheriting fixed-pitched face for org blocks and tables.
---
 anti-zenburn-theme.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 79d3e68..9449797 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -630,7 +630,7 @@
    `(org-scheduled-today ((t (:foreground ,azenburn-beige+1))))
    `(org-special-keyword ((t (:foreground ,azenburn-fg-1 :weight normal))))
    `(org-sexp-date ((t (:foreground ,azenburn-beige+1 :underline t))))
-   `(org-table ((t (:inherit fixed-pitch :foreground ,azenburn-violet+2))))
+   `(org-table ((t (: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))))
@@ -638,9 +638,6 @@
    `(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