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

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

[nongnu] elpa/gotham-theme e7385c26cf 122/214: Merge pull request #27 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme e7385c26cf 122/214: Merge pull request #27 from drot/master
Date: Fri, 7 Jan 2022 17:58:47 -0500 (EST)

branch: elpa/gotham-theme
commit e7385c26cf942b8b426c21f06f742ccfa248e3c6
Merge: b01b0b0c4b 4ca9df5dde
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Merge pull request #27 from drot/master
    
    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]