diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 21:25:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 21:25:25 +0300 |
commit | 5846a987be26cb481f0f2f5aa7a770c4681982b2 (patch) | |
tree | 599bec73107acf202b3461df2f83747bb914e4cb /.stumpwm.d/modeline.lisp | |
parent | 7a89fc919671e5319b7f9b39464f8df5e25686bb (diff) |
stumpwm:(theming) Update colors & wallpapers
Diffstat (limited to '.stumpwm.d/modeline.lisp')
-rw-r--r-- | .stumpwm.d/modeline.lisp | 4 |
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»") |