From 9b4d46d315518731d5bf5750ee791b5f74754e3d Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 5 Dec 2022 21:14:38 +0100 Subject: [PATCH] don't color title by default --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index ab19739..210255d 100644 --- a/options.h +++ b/options.h @@ -235,7 +235,7 @@ static char col_powerline7_text[] = "#131210"; /* Powerline text col * * Title */ -static int colorselectedtitle = 1; /* Color the selected title. */ +static int colorselectedtitle = 0; /* Color the selected title. */ static int colorhiddentitle = 0; /* Color the hidden title. */ /* Layout */