summaryrefslogtreecommitdiff
path: root/.stumpwm.d/modeline.lisp
diff options
context:
space:
mode:
Diffstat (limited to '.stumpwm.d/modeline.lisp')
-rw-r--r--.stumpwm.d/modeline.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/.stumpwm.d/modeline.lisp b/.stumpwm.d/modeline.lisp
index adac5ac..88ea14b 100644
--- a/.stumpwm.d/modeline.lisp
+++ b/.stumpwm.d/modeline.lisp
@@ -7,9 +7,9 @@
(setf *window-format* "%n: %30t")
;; set modeline colors and highlight
-(setf *mode-line-background-color* thanos-hope
+(setf *mode-line-background-color* "#252B48"
*mode-line-foreground-color* thanos-hope-fg
- stumpwm:*mode-line-border-color* thanos-hope
+ stumpwm:*mode-line-border-color* "#445069"
stumpwm:*mode-line-highlight-template* "«~A»")