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

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

[nongnu] elpa/gotham-theme 4ca9df5dde 121/214: add ace-window and avy su


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 4ca9df5dde 121/214: add ace-window and avy support
Date: Fri, 7 Jan 2022 17:58:47 -0500 (EST)

branch: elpa/gotham-theme
commit 4ca9df5dde78bfc07946e4d2fb81bf2daa91b8a6
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    add ace-window and avy support
---
 gotham-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index e78a0bd29f..9e0bc2bf9e 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -362,6 +362,10 @@ depending on DISPLAY for keys which are either :foreground 
or
    (ace-jump-face-foreground :foreground red :background unspecified)
    (ace-jump-face-background :foreground base4 :background unspecified)
 
+   ;; ace-window
+   (aw-background-face :foreground base3)
+   (aw-leading-char-face :foreground base7 :background base3)
+
    ;; anzu
    (anzu-mode-line :foreground orange :weight bold)
    (anzu-replace-highlight :foreground base6 :background red)
@@ -391,6 +395,13 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; auto-complete
    (ac-completion-face :foreground base7 :background base4)
 
+   ;; avy
+   (avy-background-face :foreground base3)
+   (avy-lead-face :foreground base7 :background base3)
+   (avy-lead-face-0 :foreground base0 :background base4)
+   (avy-lead-face-1 :foreground base0 :background magenta)
+   (avy-lead-face-2 :foreground base0 :background green)
+
    ;; circe
    (circe-fool-face :inherit shadow)
    (circe-highlight-nick-face :foreground base5 :weight bold)



reply via email to

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