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

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

[nongnu] elpa/inkpot-theme 0173f2d80f 019/104: match vim for selected te


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 0173f2d80f 019/104: match vim for selected text
Date: Thu, 7 Jul 2022 12:01:02 -0400 (EDT)

branch: elpa/inkpot-theme
commit 0173f2d80fa7fd0a7ddce2324e09f1ed0b4bee9a
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    match vim for selected text
---
 inkpot-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index ed418391b8..c199946826 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -14,7 +14,7 @@
   'inkpot
         '(default ((t (:background "#1e1e27" :foreground "#cfbfad"))))
         '(font-lock-builtin-face ((t (:foreground "#cfbfad"))))
-        '(region ((t (:background "#4e4e8f"))))
+        '(region ((t (:background "#4e4e8f" :foreground "#ffffff"))))
         '(secondary-selection ((t (:foreground "#b38363" :inverse-video t)))) 
; match gvim secondary selection
         '(highlight ((t (:background "#404040"))))
         '(hl-line ((t (:background "#2e2e37"))))



reply via email to

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