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

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

[nongnu] elpa/anti-zenburn-theme 7d933be 093/151: From zenburn-emacs:


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 7d933be 093/151: From zenburn-emacs:
Date: Thu, 21 Oct 2021 18:01:30 -0400 (EDT)

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

    From zenburn-emacs:
    - timestamp in erc should be readable
    - increase visibility of previosly scheduled tasks
    - properties should have same colour like comments
---
 anti-zenburn-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index e7f2258..fa6e955 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -365,7 +365,7 @@
    `(erc-notice-face ((t (:foreground ,azenburn-violet))))
    `(erc-pal-face ((t (:foreground ,azenburn-light-blue :weight bold))))
    `(erc-prompt-face ((t (:foreground ,azenburn-light-blue :background 
,azenburn-bg :weight bold))))
-   `(erc-timestamp-face ((t (:foreground ,azenburn-violet+1))))
+   `(erc-timestamp-face ((t (:foreground ,azenburn-violet+4))))
    '(erc-underline-face ((t (:underline t))))
 
    ;; git-gutter
@@ -691,9 +691,9 @@
    `(org-level-8 ((t (:foreground ,azenburn-beige-4))))
    `(org-link ((t (:foreground ,azenburn-dark-blue-2 :underline t))))
    `(org-scheduled ((t (:foreground ,azenburn-violet+4))))
-   `(org-scheduled-previously ((t (:foreground ,azenburn-blue-4))))
+   `(org-scheduled-previously ((t (:foreground ,azenburn-blue))))
    `(org-scheduled-today ((t (:foreground ,azenburn-beige+1))))
-   `(org-special-keyword ((t (:foreground ,azenburn-fg-1 :weight normal))))
+   `(org-special-keyword ((t (:inherit font-lock-comment-face))))
    `(org-sexp-date ((t (:foreground ,azenburn-beige+1 :underline t))))
    `(org-table ((t (:foreground ,azenburn-violet+2))))
    `(org-tag ((t (:bold t :weight bold))))



reply via email to

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