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

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

[nongnu] elpa/anti-zenburn-theme 7f83f1d 115/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 7f83f1d 115/151: From zenburn-emacs: add racket-mode and hydra faces.
Date: Thu, 21 Oct 2021 18:01:35 -0400 (EDT)

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

    From zenburn-emacs: add racket-mode and hydra faces.
---
 anti-zenburn-theme.el | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 4daf7d4..a144aba 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -191,7 +191,7 @@
    `(font-latex-sectioning-5-face ((t (:foreground ,azenburn-blue :weight bold 
))))
    `(font-latex-sedate-face ((t (:foreground ,azenburn-dark-blue))))
    `(font-latex-italic-face ((t (:foreground ,azenburn-bordeaux :slant 
italic))))
-   `(font-latex-string-face ((t (:inherit ,font-lock-string-face))))
+   '(font-latex-string-face ((t (:inherit font-lock-string-face))))
    `(font-latex-math-face ((t (:foreground ,azenburn-light-blue))))
 
    ;; auto-complete
@@ -543,6 +543,13 @@
    `(hl-sexp-face ((,class (:background ,azenburn-bg+1))
                   (t (:weight bold))))
 
+   ;; hydra
+   `(hydra-face-red ((t (:foreground ,azenburn-blue-1 :background 
,azenburn-bg))))
+   `(hydra-face-amaranth ((t (:foreground ,azenburn-blue-3 :background 
,azenburn-bg))))
+   `(hydra-face-blue ((t (:foreground ,azenburn-beige :background 
,azenburn-bg))))
+   `(hydra-face-pink ((t (:foreground ,azenburn-green :background 
,azenburn-bg))))
+   `(hydra-face-teal ((t (:foreground ,azenburn-bordeaux :background 
,azenburn-bg))))
+
    ;; ido-mode
    `(ido-first-match ((t (:foreground ,azenburn-dark-blue :weight bold))))
    `(ido-only-match ((t (:foreground ,azenburn-light-blue :weight bold))))
@@ -806,6 +813,10 @@
    `(proof-tactics-name-face ((t (:inherit font-lock-constant-face :foreground 
nil :background ,azenburn-bg))))
    `(proof-warning-face ((t (:foreground ,azenburn-bg :background 
,azenburn-dark-blue-1))))
 
+   ;; racket-mode
+   '(racket-keyword-argument-face ((t (:inherit font-lock-constant-face))))
+   '(racket-selfeval-face ((t (:inherit font-lock-type-face))))
+
    ;; rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((t (:foreground ,azenburn-fg))))
    `(rainbow-delimiters-depth-2-face ((t (:foreground ,azenburn-violet+4))))



reply via email to

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