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

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

[nongnu] elpa/inkpot-theme e7e1ce301d 069/104: Follow Vim color scheme m


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme e7e1ce301d 069/104: Follow Vim color scheme more closely
Date: Thu, 7 Jul 2022 12:01:17 -0400 (EDT)

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

    Follow Vim color scheme more closely
    
    - Use matching color for mini-buffer prompt.
    - Disable bold for inactive header.
---
 inkpot-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index e0ac8e10c9..a98459e7e5 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -75,7 +75,7 @@
   '(isearch-fail ((t (:foreground "#ffffff" :background "#ce4e4e"))))
   '(lazy-highlight ((t (:foreground "#303030" :background "#ad7b57"))))
 
-  '(minibuffer-prompt ((t (:bold t :foreground "#708090"))))
+  '(minibuffer-prompt ((t (:bold t :foreground "#7e7eae"))))
   '(link ((t (:foreground "#ff8bff"))))
   '(link-visited ((t (:foreground "#cb6ecb")))) ;; Not a vim color, just a 
little darker.
 
@@ -95,9 +95,9 @@
   '(xref-line-number ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
 
   '(header-line ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e" :box 
(:line-width -1 :color "#7070a0")))))
-  '(header-line-inactive ((t (:bold t :foreground "#708090" :background 
"#3e3e5e" :box (:line-width -1 :color "#7070a0")))))
+  '(header-line-inactive ((t (:bold nil :foreground "#b9b9b9" :background 
"#3e3e5e" :box (:line-width -1 :color "#7070a0")))))
   '(mode-line ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e" :box 
(:line-width -1 :color "#7070a0")))))
-  '(mode-line-inactive ((t (:bold t :foreground "#708090" :background 
"#3e3e5e" :box (:line-width -1 :color "#7070a0")))))
+  '(mode-line-inactive ((t (:bold nil :foreground "#b9b9b9" :background 
"#3e3e5e" :box (:line-width -1 :color "#7070a0")))))
   '(default-italic ((t (:italic t))))
 
   ;; which-func (shows in the mode-line).



reply via email to

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