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

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

[nongnu] elpa/gotham-theme ee4c1963cf 106/214: Merge pull request #22 fr


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

branch: elpa/gotham-theme
commit ee4c1963cfad2790935702d05a2cedfb608746ef
Merge: 3cc07bd3cf e2423eb110
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Merge pull request #22 from drot/master
    
    Add anzu and volatile-highlight support
---
 gotham-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index f970eaa396..1e14509508 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -362,6 +362,14 @@ 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)
 
+   ;; anzu
+   (anzu-mode-line :foreground orange :weight bold)
+   (anzu-replace-highlight :foreground base6 :background red)
+   (anzu-match-1 :foreground base0 :background green)
+   (anzu-match-2 :foreground base0 :background yellow)
+   (anzu-match-3 :foreground base0 :background cyan)
+   (anzu-replace-to :foreground yellow :background base3)
+
    ;; auctex
    (font-latex-bold-face :inherit bold)
    (font-latex-doctex-documentation-face :inherit highlight)
@@ -685,6 +693,9 @@ depending on DISPLAY for keys which are either :foreground 
or
    (sml/prefix :foreground orange)
    (sml/read-only :foreground yellow)
 
+   ;; volatile-highlights
+   (vhl/default-face :background base2)
+
    ;; web-mode
    (web-mode-block-attr-name-face :foreground green)
    (web-mode-block-attr-value-face :foreground cyan)



reply via email to

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