branch: elpa/cyberpunk-theme
commit 9eacf6362f8c8c2d51b21fc98856dfbbb583bd9a
Author: n3mo <[email protected]>
Commit: n3mo <[email protected]>
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))))