branch: elpa/gruvbox-theme
commit b6d93d25faff573a7f7712bc33fce1fe422473e0
Author: Jasonm23 <[email protected]>
Commit: Jasonm23 <[email protected]>
Fix dired inheritance issue in eshell theming.
---
gruvbox-dark-hard-theme.el | 2 +-
gruvbox-dark-medium-theme.el | 2 +-
gruvbox-dark-soft-theme.el | 2 +-
gruvbox-light-hard-theme.el | 2 +-
gruvbox-light-medium-theme.el | 2 +-
gruvbox-light-soft-theme.el | 2 +-
gruvbox-theme.el | 2 +-
gruvbox.el | 18 ++++++++----------
8 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/gruvbox-dark-hard-theme.el b/gruvbox-dark-hard-theme.el
index 05ee3ee630..fd85209e6c 100644
--- a/gruvbox-dark-hard-theme.el
+++ b/gruvbox-dark-hard-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-dark-medium-theme.el b/gruvbox-dark-medium-theme.el
index 5c2e0d67f4..91c9e78d60 100644
--- a/gruvbox-dark-medium-theme.el
+++ b/gruvbox-dark-medium-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-dark-soft-theme.el b/gruvbox-dark-soft-theme.el
index 76f2b781a5..5de31115a8 100644
--- a/gruvbox-dark-soft-theme.el
+++ b/gruvbox-dark-soft-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-light-hard-theme.el b/gruvbox-light-hard-theme.el
index 1925dd5c6b..60ac8a8b8a 100644
--- a/gruvbox-light-hard-theme.el
+++ b/gruvbox-light-hard-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-light-medium-theme.el b/gruvbox-light-medium-theme.el
index 5e0846bb98..ea5b0185c8 100644
--- a/gruvbox-light-medium-theme.el
+++ b/gruvbox-light-medium-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-light-soft-theme.el b/gruvbox-light-soft-theme.el
index 414509c62c..f28876bfdb 100644
--- a/gruvbox-light-soft-theme.el
+++ b/gruvbox-light-soft-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 3db8549998..8e778d8a14 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
diff --git a/gruvbox.el b/gruvbox.el
index ba87e0e013..2512086e17 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -12,7 +12,7 @@
;; Greduan <[email protected]>
;;
;; URL: http://github.com/Greduan/emacs-theme-gruvbox
-;; Version: 1.22.0
+;; Version: 1.22.1
;; Package-Requires: ((autothemer "0.2"))
@@ -530,16 +530,16 @@ Should contain 2 %s constructs to allow for theme name
and directory/prefix")
;; eshell
(eshell-prompt-face (:foreground
gruvbox-bright_aqua))
(eshell-ls-archive-face (:foreground gruvbox-light0
:weight 'bold))
- (eshell-ls-backup-face (:inherit dired-ignored-face))
+ (eshell-ls-backup-face (:inherit
'dired-ignored-face))
(eshell-ls-clutter-face (:foreground
gruvbox-bright_orange :weight 'bold))
- (eshell-ls-directory-face (:inherit
dired-directory-face))
+ (eshell-ls-directory-face (:inherit
'dired-directory-face))
(eshell-ls-executable-face (:weight 'bold))
- (eshell-ls-missing-face (:inherit dired-warning-face))
+ (eshell-ls-missing-face (:inherit
'dired-warning-face))
(eshell-ls-product-face (:foreground
gruvbox-faded_red))
- (eshell-ls-readonly-face (:inherit
dired-perm-write-face))
- (eshell-ls-special-face (:inherit dired-marked-face))
- (eshell-ls-symlink-face (:inherit dired-symlink-face))
- (eshell-ls-unreadable-face (:inherit
dired-warning-face)))
+ (eshell-ls-readonly-face (:inherit
'dired-perm-write-face))
+ (eshell-ls-special-face (:inherit 'dired-marked-face))
+ (eshell-ls-symlink-face (:inherit
'dired-symlink-face))
+ (eshell-ls-unreadable-face (:inherit
'dired-warning-face)))
,@body))
(provide 'gruvbox)
@@ -549,5 +549,3 @@ Should contain 2 %s constructs to allow for theme name and
directory/prefix")
;; End:
;;; gruvbox-dark-theme.el ends here
-
-