From d0a8fdcf097989bf498b88b52a758c82b9db3e28 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 31 Jan 2024 04:08:41 +0200 Subject: stumpwm: Update colorscheme and remove unused fonts --- .stumpwm.d/theme.lisp | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to '.stumpwm.d') diff --git a/.stumpwm.d/theme.lisp b/.stumpwm.d/theme.lisp index ad42d5e..c5b96d6 100644 --- a/.stumpwm.d/theme.lisp +++ b/.stumpwm.d/theme.lisp @@ -38,14 +38,14 @@ (update-color-map (current-screen))) -(set-border-color thanos-hope) -(set-focus-color thanos-hope) -(set-unfocus-color thanos-hope-alt) +(set-border-color thanos-black-bg) +(set-focus-color thanos-black-active) +(set-unfocus-color thanos-black-inactive) (set-float-focus-color thanos-hope1) (set-float-unfocus-color thanos-hope3) (set-fg-color thanos-hope-fg) -(set-bg-color thanos-hope) +(set-bg-color thanos-black-bg) (setf swm-gaps:*head-gaps-size* 6 swm-gaps:*inner-gaps-size* 6 @@ -61,13 +61,4 @@ :family "JetBrains Mono" :subfamily "Regular" :size 12 - :antialias t) - ,(make-instance 'xft:font - :family "Hack" - :subfamily "Regular" - :size 12) - ,(make-instance 'xft:font - :family "Fira Code" - :subfamily "Regular" - :size 12) - )) + :antialias t))) -- cgit v1.2.3