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

    From zenburn-emacs: Use a less subtle negation char face.
---
 anti-zenburn-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index feeab1d..1b05acc 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -135,7 +135,7 @@
    `(font-lock-doc-string-face ((t (:foreground ,azenburn-beige-2))))
    `(font-lock-function-name-face ((t (:foreground ,azenburn-beige))))
    `(font-lock-keyword-face ((t (:foreground ,azenburn-dark-blue :weight 
bold))))
-   `(font-lock-negation-char-face ((t (:foreground ,azenburn-fg))))
+   `(font-lock-negation-char-face ((t (:foreground ,azenburn-dark-blue :weight 
bold))))
    `(font-lock-preprocessor-face ((t (:foreground ,azenburn-beige+1))))
    `(font-lock-string-face ((t (:foreground ,azenburn-blue))))
    `(font-lock-type-face ((t (:foreground ,azenburn-beige-1))))

Reply via email to