don't color title by default

This commit is contained in:
speedie 2022-12-05 21:14:38 +01:00
parent 97c5f85d6a
commit 9b4d46d315

View file

@ -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 */