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

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

[nongnu] elpa/gruvbox-theme afbb802ad9 185/258: Increased contrast line


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme afbb802ad9 185/258: Increased contrast line numbers
Date: Sat, 1 Jan 2022 01:59:44 -0500 (EST)

branch: elpa/gruvbox-theme
commit afbb802ad95a465277a6c6c4ecf79a9a43460d2a
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Martijn Terpstra <bigmartijn@gmail.com>

    Increased contrast line numbers
---
 gruvbox.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index 12ef09fd02..3ba58c604d 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -155,11 +155,11 @@ Should contain 2 %s constructs to allow for theme name 
and directory/prefix")
 
 
      ;; line numbers
-     (line-number                               (:foreground gruvbox-dark2 
:background gruvbox-dark0))
-     (line-number-current-line                  (:foreground 
gruvbox-bright_orange :background gruvbox-dark1))
-     (linum                                     (:foreground gruvbox-dark2 
:background gruvbox-dark0))
-     (linum-highlight-face                      (:foreground 
gruvbox-bright_orange :background gruvbox-dark1))
-     (linum-relative-current-face               (:foreground 
gruvbox-bright_orange :background gruvbox-dark1))
+     (line-number                               (:foreground gruvbox-dark4 
:background gruvbox-dark1))
+     (line-number-current-line                  (:foreground 
gruvbox-bright_orange :background gruvbox-dark2))
+     (linum                                     (:foreground gruvbox-dark4 
:background gruvbox-dark1))
+     (linum-highlight-face                      (:foreground 
gruvbox-bright_orange :background gruvbox-dark2))
+     (linum-relative-current-face               (:foreground 
gruvbox-bright_orange :background gruvbox-dark2))
 
      ;; Highlight indentation mode
      (highlight-indentation-current-column-face (:background gruvbox-dark2))



reply via email to

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