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

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

[nongnu] elpa/gruvbox-theme 405b87f996 196/258: Add faces for tabbar. (#


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 405b87f996 196/258: Add faces for tabbar. (#116)
Date: Sat, 1 Jan 2022 01:59:45 -0500 (EST)

branch: elpa/gruvbox-theme
commit 405b87f9964b9d785df994fc0f7a04c91a50f2e4
Author: kostafey <kostafey@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Add faces for tabbar. (#116)
---
 gruvbox.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index 07455e31c9..9ad45bd6b0 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -549,6 +549,18 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (eshell-ls-symlink-face                     (:foreground 
gruvbox-bright_red))
      (eshell-ls-unreadable-face                  (:foreground 
gruvbox-bright_red :bold t))
 
+     ;; tabbar
+     (tabbar-default                             (:foreground gruvbox-light0 
:background gruvbox-dark3 :bold nil :height 1.0 :box (:line-width -5 :color 
gruvbox-dark3)))
+     (tabbar-separator                           (:foreground gruvbox-light0 
:background gruvbox-dark3))
+     (tabbar-highlight                           (:inherit 'highlight))
+     (tabbar-button                              (:foreground gruvbox-dark3 
:background gruvbox-dark3 :box nil :line-width 0))
+     (tabbar-button-highlight                    (:inherit 'tabbar-button 
:inverse-video t))
+     (tabbar-modified                            (:foreground 
gruvbox-bright_green :background gruvbox-dark3 :box (:line-width -5 :color 
gruvbox-dark3)))
+     (tabbar-unselected                          (:inherit 'tabbar-default))
+     (tabbar-unselected-modified                 (:inherit 'tabbar-modified))
+     (tabbar-selected                            (:inherit 'tabbar-default 
:foreground gruvbox-bright_yellow))
+     (tabbar-selected-modified                   (:inherit 'tabbar-selected))
+
      ;; which-function-mode
      (which-func                                 (:foreground 
gruvbox-faded_blue)))
     ,@body))



reply via email to

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