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

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

[nongnu] elpa/inkpot-theme 626f41990a 018/104: match gvim's secondary se


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 626f41990a 018/104: match gvim's secondary selection
Date: Thu, 7 Jul 2022 12:01:02 -0400 (EDT)

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

    match gvim's secondary selection
---
 inkpot-theme.el | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

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