diff options
author | Thanos Apollo <[email protected]> | 2023-10-11 21:16:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-11 21:16:40 +0300 |
commit | 9529c47d47a86b0843c4e2c556aa7397ea7f5ad2 (patch) | |
tree | b058643b6fdae21cbabda7dcdde94e214a0c538d /.stumpwm.d | |
parent | 5846a987be26cb481f0f2f5aa7a770c4681982b2 (diff) |
stumpwm:(modeline) Update colorscheme
Diffstat (limited to '.stumpwm.d')
-rw-r--r-- | .stumpwm.d/modeline.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.stumpwm.d/modeline.lisp b/.stumpwm.d/modeline.lisp index 88ea14b..6718ef2 100644 --- a/.stumpwm.d/modeline.lisp +++ b/.stumpwm.d/modeline.lisp @@ -7,10 +7,10 @@ (setf *window-format* "%n: %30t") ;; set modeline colors and highlight -(setf *mode-line-background-color* "#252B48" +(setf *mode-line-background-color* thanos-hope ;"#252B48" *mode-line-foreground-color* thanos-hope-fg - stumpwm:*mode-line-border-color* "#445069" - stumpwm:*mode-line-highlight-template* "«~A»") + *mode-line-border-color* thanos-hope + *mode-line-highlight-template* "«~A»") (setf *mode-line-border-color* thanos-hope1 |