summaryrefslogtreecommitdiff
path: root/.stumpwm.d/colors.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-31 04:06:51 +0200
committerThanos Apollo <[email protected]>2024-01-31 04:06:51 +0200
commite0fb066f0265054c09cdca6d878641e279ecc9ad (patch)
treecc325d529e9ca6e6941312bd7209cf61905ec016 /.stumpwm.d/colors.lisp
parent6b929c1cb2f8e93b0434e8500700d47d486947d9 (diff)
stumpwm:(colors) Add thanos-black
Diffstat (limited to '.stumpwm.d/colors.lisp')
-rw-r--r--.stumpwm.d/colors.lisp5
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")