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

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

[nongnu] elpa/inkpot-theme a7afa500f9 090/104: Add mode-line-active


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme a7afa500f9 090/104: Add mode-line-active
Date: Thu, 7 Jul 2022 12:01:30 -0400 (EDT)

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

    Add mode-line-active
    
    Needed for emacs-29 not to inherit from variable width.
---
 changelog.rst   | 4 ++++
 inkpot-theme.el | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/changelog.rst b/changelog.rst
index 9ff8965f53..debff07cc7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,10 @@
 Change Log
 ##########
 
+
+- 2021-11-30
+  - Add colors for ``mode-line-active``.
+
 - 2021-11-01
   - Add colors for ``magit-commit-mark``.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 865ebed0b6..a4219d11f5 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -159,8 +159,10 @@
                             :box (:line-width -1 :color ,ip-slate-light)))))
    `(header-line-inactive ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7
                                            :box (:line-width -1 :color 
,ip-slate-light)))))
-   `(mode-line ((t (:bold t :foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7
-                          :box (:line-width -1 :color ,ip-slate-light)))))
+   `(mode-line ((t (:foreground ,ip-grey+73 :background ,ip-slate-dark+15.7
+                                :box (:line-width -1 :color 
,ip-slate-light)))))
+   `(mode-line-active ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7
+                                       :box (:line-width -1 :color 
,ip-slate-light) :bold t))))
    `(mode-line-inactive ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7
                                          :box (:line-width -1 :color 
,ip-slate-light)))))
 



reply via email to

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