From 2c29867bedcb28ae276b89eee834557bb2d13e8c Mon Sep 17 00:00:00 2001 From: anabasis Date: Sat, 11 May 2024 23:30:37 -0400 Subject: add active_color_title option to set title color --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7eee538..131a857 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,8 @@ static bool status_commands = true; static bool center_title = false; // use title space as status text element static bool custom_title = false; +// title color use active colors +static bool active_color_title = true; // scale static uint32_t buffer_scale = 1; // font -- cgit v1.2.3