From a4a646b8f9aee8191f5f80f74a14549051875051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 31 Dec 2019 11:26:58 +0100 Subject: [PATCH] stumpwm: use material design colors --- .config/stumpwm/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/stumpwm/config b/.config/stumpwm/config index 4f174ed..5d61ee0 100644 --- a/.config/stumpwm/config +++ b/.config/stumpwm/config @@ -67,6 +67,14 @@ (mapc #'focus-next-frame (screen-groups (current-screen))))) (gnewbg-float "Float")) +(setq *mode-line-background-color* "#455a64") +(setq *mode-line-foreground-color* "#b0bec5") +(set-border-color "#212121") +(set-bg-color "#455a64") +(set-fg-color "#b0bec5") +(setq *colors* '("#212121" "#e57373" "#a5d6a7" "#fff59d" "#90caf9" "#e1bee7" "#80deea" "#fafafa")) +(update-color-map (current-screen)) + (let ((scr (current-screen))) (dolist (head (screen-heads scr)) (enable-mode-line scr head t)))