branch: elpa/gruvbox-theme
commit 476fbb74795bc1fb1f556e15db5a15b05f6389cc
Merge: e6616658f1 1ba7619667
Author: JasonM23 <jason...@users.noreply.github.com>
Commit: JasonM23 <jason...@users.noreply.github.com>

    Merge pull request #26 from rcoedo/smart-mode-line
    
    Add support for smart-mode-line
---
 gruvbox-theme.el | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index d83e2cf59a..ddb824c960 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -99,8 +99,8 @@
     ;; UI
     `(default                           ((t (:background ,gruvbox-dark0 
:foreground ,gruvbox-light0))))
     `(cursor                            ((t (:background ,gruvbox-light0))))
-    `(mode-line                         ((t (:box nil :background 
,gruvbox-dark4 :foreground ,gruvbox-dark0))))
-    `(mode-line-inactive                ((t (:box nil :background 
,gruvbox-dark2 :foreground ,gruvbox-light4))))
+    `(mode-line                         ((t (:box nil :background 
,gruvbox-dark2 :foreground ,gruvbox-light2))))
+    `(mode-line-inactive                ((t (:box nil :background 
,gruvbox-dark1 :foreground ,gruvbox-light4))))
     `(fringe                            ((t (:background ,gruvbox-dark0))))
     `(linum                             ((t (:foreground ,gruvbox-dark4))))
     `(hl-line                           ((t (:background ,gruvbox-dark1))))
@@ -259,7 +259,16 @@
     `(term-color-white                  ((t (:foreground ,gruvbox-light1))))
     `(term-color-yellow                 ((t (:foreground 
,gruvbox-neutral_yellow))))
     `(term-default-fg-color             ((t (:foreground ,gruvbox-light0))))
-    `(term-default-bg-color             ((t (:background ,gruvbox-dark0)))))
+    `(term-default-bg-color             ((t (:background ,gruvbox-dark0))))
+
+    ;; Smart-mode-line
+    `(sml/global            ((t (:foreground ,gruvbox-burlywood4 
:inverse-video nil))))
+    `(sml/modes             ((t (:foreground ,gruvbox-bright_green))))
+    `(sml/filename          ((t (:foreground ,gruvbox-bright_red :weight 
bold))))
+    `(sml/prefix            ((t (:foreground ,gruvbox-light1))))
+    `(sml/read-only         ((t (:foreground ,gruvbox-neutral_blue))))
+    `(persp-selected-face   ((t (:foreground ,gruvbox-neutral_orange)))))
+
 
 (custom-theme-set-variables
   'gruvbox

Reply via email to