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

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

[nongnu] elpa/anti-zenburn-theme 8c27d80 052/151: Force fixed font on so


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 8c27d80 052/151: Force fixed font on some Org elements.
Date: Thu, 21 Oct 2021 18:01:22 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 8c27d807e0d8065e60135d8ede6485d6135e3b5b
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    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

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