tabbed-tokyonight-20260518-0858856.diff (942B)
1 diff --git a/config.def.h b/config.def.h 2 index 4407efa..c1e3a7f 100644 3 --- a/config.def.h 4 +++ b/config.def.h 5 @@ -2,13 +2,13 @@ 6 7 /* appearance */ 8 -static const char font[] = "monospace:size=9"; 9 -static const char* normbgcolor = "#222222"; 10 -static const char* normfgcolor = "#cccccc"; 11 -static const char* selbgcolor = "#555555"; 12 -static const char* selfgcolor = "#ffffff"; 13 -static const char* urgbgcolor = "#111111"; 14 -static const char* urgfgcolor = "#cc0000"; 15 +static const char font[] = "monospace:size=12:style=Bold"; 16 +static const char* normbgcolor = "#1a1b26"; 17 +static const char* normfgcolor = "#565f89"; 18 +static const char* selbgcolor = "#9aa5ce"; 19 +static const char* selfgcolor = "#1a1b26"; 20 +static const char* urgbgcolor = "#1a1b26"; 21 +static const char* urgfgcolor = "#f7768e"; 22 static const char before[] = "<"; 23 static const char after[] = ">"; 24 static const char titletrim[] = "...";