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

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

[nongnu] elpa/gruvbox-theme b9e661e2e1 258/258: Fix the default color fo


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme b9e661e2e1 258/258: Fix the default color for foreground text and cursor
Date: Sat, 1 Jan 2022 01:59:51 -0500 (EST)

branch: elpa/gruvbox-theme
commit b9e661e2e141ef1a9e82b57f3b277090474a9b4d
Author: crocket <748856+crocket@users.noreply.github.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Fix the default color for foreground text and cursor
    
    vim gruvbox theme uses #ebdbb2 as the default foreground color and the
    cursor color.
---
 gruvbox.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index 6ff64635d8..8550f49aa9 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -87,8 +87,8 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
     ,name
     ,description
     ,palette
-    ((default                                   (:background gruvbox-bg 
:foreground gruvbox-light0))
-     (cursor                                    (:background gruvbox-light0))
+    ((default                                   (:background gruvbox-bg 
:foreground gruvbox-light1))
+     (cursor                                    (:background gruvbox-light1))
      (mode-line                                 (:background gruvbox-dark3 
:foreground gruvbox-light2 :box nil))
      (mode-line-inactive                        (:background gruvbox-dark1 
:foreground gruvbox-light4 :box nil))
      (fringe                                    (:background gruvbox-bg))



reply via email to

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