From 9529c47d47a86b0843c4e2c556aa7397ea7f5ad2 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 11 Oct 2023 21:16:40 +0300 Subject: stumpwm:(modeline) Update colorscheme --- .stumpwm.d/modeline.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.stumpwm.d') 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 -- cgit v1.2.3