diff options
Diffstat (limited to '.stumpwm.d/colors.lisp')
-rw-r--r-- | .stumpwm.d/colors.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.stumpwm.d/colors.lisp b/.stumpwm.d/colors.lisp index b84b42a..9fa1cfd 100644 --- a/.stumpwm.d/colors.lisp +++ b/.stumpwm.d/colors.lisp @@ -13,3 +13,8 @@ (defvar thanos-hope-fg "#cbccd1") (defvar thanos-hope-alt "#5B6268") + +(defvar thanos-black-bg "#000000") +(defvar thanos-black-dim "#1e1e1e") +(defvar thanos-black-active "#535353") +(defvar thanos-black-inactive "#303030") |