branch: elpa/gruber-darker-theme
commit 5bf1f279fa6bde5deb25016ef78ac83b985743c7
Author: rexim <rexim...@gmail.com>
Commit: rexim <rexim...@gmail.com>

    secondary-selection and region don't need foreground.
---
 gruber-darker-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 02df0deccf..c5a167676a 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -91,9 +91,9 @@
    `(link-visited ((t (:foreground ,gruber-darker-wisteria :underline t))))
    `(match ((t (:background ,gruber-darker-bg+4))))
    `(minibuffer-prompt ((t (:foreground ,gruber-darker-niagara))))
-   `(region ((t (:background ,gruber-darker-bg+3))))
+   `(region ((t (:background ,gruber-darker-bg+3 :foreground nil))))
    `(secondary-selection ((t ,(list :background gruber-darker-bg+3
-                                    :foreground gruber-darker-fg+1))))
+                                    :foreground nil))))
    `(trailing-whitespace ((t ,(list :foreground gruber-darker-black
                                     :background gruber-darker-red))))
    `(tooltip ((t ,(list :background gruber-darker-bg+4

Reply via email to