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

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

[nongnu] elpa/gruvbox-theme 0406f96618 243/258: Fixed typo on aw-backgro


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 0406f96618 243/258: Fixed typo on aw-background-face foreground attrib
Date: Sat, 1 Jan 2022 01:59:50 -0500 (EST)

branch: elpa/gruvbox-theme
commit 0406f9661829ad347085c93d9921997f6c2933da
Author: jpalaciosdev <jpalaciosdev@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Fixed typo on aw-background-face foreground attrib
    
    Fixes #162
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index a84196ace7..04d94ba2bb 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -426,7 +426,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (ace-jump-face-foreground                  (:foreground 
gruvbox-bright_red :background gruvbox-bg :inverse-video nil))
 
      ;; ace-window
-     (aw-background-face                        (:forground  gruvbox-light1 
:background gruvbox-bg :inverse-video nil))
+     (aw-background-face                        (:foreground gruvbox-light1 
:background gruvbox-bg :inverse-video nil))
      (aw-leading-char-face                      (:foreground 
gruvbox-bright_red :background gruvbox-bg :height 4.0))
 
      ;; show-paren



reply via email to

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