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

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

[nongnu] elpa/inkpot-theme 054c125b49 051/104: Show box around mode-line


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 054c125b49 051/104: Show box around mode-line
Date: Thu, 7 Jul 2022 12:01:08 -0400 (EDT)

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

    Show box around mode-line
---
 inkpot-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index b93fae24c5..17ff2ee737 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -79,9 +79,10 @@
  '(isearch ((t (:bold t :foreground "#303030" :background "#ad7b57"))))
  '(lazy-highlight ((t  (:foreground "#303030" :background "#ad7b57"))))
  '(isearch-fail ((t (:foreground "#ffffff" :background "#ce4e4e"))))
-
- '(mode-line ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e"))))
- '(mode-line-inactive ((t (:bold t :foreground "#708090" :background 
"#3e3e5e"))))
+ '(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-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
  '(minibuffer-prompt ((t (:bold t :foreground "#708090"))))
  '(default-italic ((t (:italic t))))



reply via email to

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