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

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

[nongnu] elpa/cyberpunk-theme 9eacf63 037/132: Explicitly set the mode l


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 9eacf63 037/132: Explicitly set the mode line box color to support smart-mode-line
Date: Thu, 21 Oct 2021 18:03:44 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 9eacf6362f8c8c2d51b21fc98856dfbbb583bd9a
Author: n3mo <nemo1211@gmail.com>
Commit: n3mo <nemo1211@gmail.com>

    Explicitly set the mode line box color to support smart-mode-line
---
 cyberpunk-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index ff250a4..f2c1ce2 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -158,12 +158,12 @@
    `(mode-line
      ((,class (:foreground ,cyberpunk-blue-5
                            :background ,cyberpunk-gray-5
-                           :box (:line-width -1)))))
+                           :box (:line-width -1 :color ,cyberpunk-blue-5)))))
    ;; `(mode-line-buffer-id ((,class (:foreground ,cyberpunk-yellow :weight 
bold))))
    `(mode-line-inactive
      ((,class (:foreground ,cyberpunk-gray-7
                            :background ,cyberpunk-gray-6
-                           :box (:line-width -1)))))
+                           :box (:line-width -1 :color ,cyberpunk-blue-5)))))
    `(region ((,class (:background ,cyberpunk-red-5))))
    `(secondary-selection ((,class (:background ,cyberpunk-bg+2))))
    `(trailing-whitespace ((,class (:background ,cyberpunk-red))))



reply via email to

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