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

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

[nongnu] elpa/anti-zenburn-theme cd8f5b6 142/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme cd8f5b6 142/151: From zenburn-emacs: add missing anzu faces, ace-window, lispy and
Date: Thu, 21 Oct 2021 18:01:40 -0400 (EDT)

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

    From zenburn-emacs: add missing anzu faces, ace-window, lispy and
    dired-async support.
---
 anti-zenburn-theme.el | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 55a1e36..210cdca 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -179,6 +179,10 @@
 
 ;;; anzu
    `(anzu-mode-line ((t (:foreground ,azenburn-bordeaux :weight bold))))
+   `(anzu-match-1 ((t (:foreground ,azenburn-bg :background 
,azenburn-violet))))
+   `(anzu-match-2 ((t (:foreground ,azenburn-bg :background 
,azenburn-light-blue))))
+   `(anzu-match-3 ((t (:foreground ,azenburn-bg :background ,azenburn-beige))))
+   `(anzu-replace-to ((t (:inherit anzu-replace-highlight :foreground 
,azenburn-dark-blue))))
 
 ;;; avy
    `(avy-background-face
@@ -232,6 +236,11 @@
    `(popup-scroll-bar-background-face ((t (:background ,azenburn-bg-1))))
    `(popup-isearch-match ((t (:background ,azenburn-bg :foreground 
,azenburn-fg))))
 
+;;; ace-window
+   `(aw-background-face
+     ((t (:foreground ,azenburn-fg-1 :background ,azenburn-bg :inverse-video 
nil))))
+   `(aw-leading-char-face ((t (:inherit aw-mode-line-face))))
+
 ;;; android mode
    `(android-mode-debug-face ((t (:foreground ,azenburn-violet+1))))
    `(android-mode-error-face ((t (:foreground ,azenburn-light-blue :weight 
bold))))
@@ -351,6 +360,10 @@
    `(diredp-symlink ((t (:foreground ,azenburn-dark-blue))))
    `(diredp-write-priv ((t (:foreground ,azenburn-green))))
 
+;;; dired-async
+   `(dired-async-message ((t (:foreground ,azenburn-dark-blue :weight bold))))
+   `(dired-async-mode-message ((t (:foreground ,azenburn-dark-blue))))
+
 ;;; ediff
    `(ediff-current-diff-A ((t (:foreground ,azenburn-fg :background 
,azenburn-blue-4))))
    `(ediff-current-diff-Ancestor ((t (:foreground ,azenburn-fg :background 
,azenburn-blue-4))))
@@ -688,6 +701,11 @@
 ;;; linum-mode
    `(linum ((t (:foreground ,azenburn-violet+2 :background ,azenburn-bg))))
 
+;;; lispy
+   `(lispy-command-name-face ((t (:background ,azenburn-bg-05 :inherit 
font-lock-function-name-face))))
+   `(lispy-cursor-face ((t (:foreground ,azenburn-bg :background 
,azenburn-fg))))
+   `(lispy-face-hint ((t (:inherit highlight :foreground 
,azenburn-dark-blue))))
+
 ;;; ruler-mode
    `(ruler-mode-column-number ((t (:inherit 'ruler-mode-default :foreground 
,azenburn-fg))))
    `(ruler-mode-fill-column ((t (:inherit 'ruler-mode-default :foreground 
,azenburn-dark-blue))))



reply via email to

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