From 5846a987be26cb481f0f2f5aa7a770c4681982b2 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 9 Oct 2023 21:25:25 +0300 Subject: stumpwm:(theming) Update colors & wallpapers --- .stumpwm.d/modeline.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.stumpwm.d/modeline.lisp') 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»") -- cgit v1.2.3