branch: externals/nano-theme
commit e2c43e7e4f2e6011aed482446889a55f12f0b2f5
Merge: 11362f22ba 5962a09d11
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Merge remote-tracking branch 'origin/master'
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 93733f6d68..50152595a5 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -694,7 +694,7 @@ background color that is barely perceptible."
    ;; '(italic                      ((t (:slant italic))))
    '(italic                      ((t (:inherit nano-faded))))
    '(bold-italic                 ((t (:inherit nano-strong))))
-   '(region                      ((t (:inherit nano-subtle))))
+   '(region                      ((t (:inherit nano-subtle :distant-foreground 
nil))))
    '(fringe                      ((t (:inherit (nano-faded)))))
    '(hl-line                     ((t (:inherit highlight))))
    '(link                        ((t (:inherit nano-salient))))

Reply via email to