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

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

[nongnu] elpa/anti-zenburn-theme dc61023 016/151: From zenburn-emacs: us


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme dc61023 016/151: From zenburn-emacs: use dark blue only for real links.
Date: Thu, 21 Oct 2021 18:01:12 -0400 (EDT)

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

    From zenburn-emacs: use dark blue only for real links.
---
 anti-zenburn-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 2a1e59a..747e547 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -89,7 +89,7 @@
    `(compilation-line-face ((t (:foreground ,azenburn-dark-blue))))
    `(compilation-line-number ((t (:foreground ,azenburn-dark-blue))))
    `(compilation-message-face ((t (:foreground ,azenburn-beige))))
-   `(compilation-warning-face ((t (:foreground ,azenburn-dark-blue-1 :weight 
bold :underline t))))
+   `(compilation-warning-face ((t (:foreground ,azenburn-light-blue :weight 
bold :underline t))))
 
    ;;; grep
    `(grep-context-face ((t (:foreground ,azenburn-fg))))
@@ -135,7 +135,7 @@
    `(font-lock-string-face ((t (:foreground ,azenburn-blue))))
    `(font-lock-type-face ((t (:foreground ,azenburn-beige-1))))
    `(font-lock-variable-name-face ((t (:foreground ,azenburn-light-blue))))
-   `(font-lock-warning-face ((t (:foreground ,azenburn-dark-blue-1 :weight 
bold :underline t))))
+   `(font-lock-warning-face ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
 
    `(c-annotation-face ((t (:inherit font-lock-constant-face))))
 
@@ -210,10 +210,10 @@
 
    ;; flymake
    `(flymake-errline ((t (:foreground ,azenburn-blue-1 :weight bold :underline 
t))))
-   `(flymake-warnline ((t (:foreground ,azenburn-dark-blue-1 :weight bold 
:underline t))))
+   `(flymake-warnline ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
 
    ;; flyspell
-   `(flyspell-duplicate ((t (:foreground ,azenburn-dark-blue-1 :weight bold 
:underline t))))
+   `(flyspell-duplicate ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
    `(flyspell-incorrect ((t (:foreground ,azenburn-blue-1 :weight bold 
:underline t))))
 
    ;; erc



reply via email to

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