From 99b3fa6ed3eb8505f92b16da37efca6e5084c3dc Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 26 Dec 2024 12:21:35 +0100 Subject: fucking cool --- config.def.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 33d524c..c8b3b43 100644 --- a/config.def.h +++ b/config.def.h @@ -52,6 +52,19 @@ static Sp scratchpads[] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tagsel[][2] = { + /* fg bg */ + { "#ebdbb2", "#cc241d" }, + { "#ebdbb2", "#98971a" }, + { "#ebdbb2", "#d79921" }, + { "#ebdbb2", "#458588" }, + { "#ebdbb2", "#b16286" }, + { "#ebdbb2", "#fb4934" }, + { "#ebdbb2", "#b8bb26" }, + { "#ebdbb2", "#fabd2f" }, + { "#ebdbb2", "#83a598" }, +}; + /* grid of tags */ #define DRAWCLASSICTAGS 1 << 0 #define DRAWTAGGRID 1 << 1 -- cgit v1.2.3