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

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

[nongnu] elpa/inkpot-theme 7fb48d4216 022/104: Correct modeline variable


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 7fb48d4216 022/104: Correct modeline variable names
Date: Thu, 7 Jul 2022 12:01:03 -0400 (EDT)

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

    Correct modeline variable names
---
 inkpot-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 7e46585dd7..5aa8161b30 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -31,9 +31,9 @@
         '(lazy-highlight ((t  (:foreground "#303030" :background "#ad7b57"))))
         '(isearch-fail ((t (:foreground "#ffffff" :background "#ce4e4e"))))
 
-        '(modeline ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e"))))
-        '(modeline-inactive ((t (:foreground "#708090" :background 
"#3e3e5e"))))
-        '(modeline-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
+        '(mode-line ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
+        '(mode-line-inactive ((t (:bold t :foreground "#708090" :background 
"#3e3e5e"))))
+        '(mode-line-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
         '(minibuffer-prompt ((t (:bold t :foreground "#708090"))))
         '(default-italic ((t (:italic t))))
         '(font-lock-builtin-face ((t (:foreground "#ff8bff"))))



reply via email to

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