From 2d7771e83f6a081d1ccee1b7016e5d3459a0ff04 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 8 Apr 2023 09:47:02 -0600 Subject: [PATCH] purple --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 1f63265..e0b0af5 100644 --- a/config.def.h +++ b/config.def.h @@ -16,13 +16,13 @@ static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; /* custom colors */ -static const char col_red[] = "#fb4934"; +static const char col_purple[] = "#d3869b"; static const char col_ggrey[] = "#121212"; static const char *colors[][3] = { /* --------------- */ /* fg bg border */ - [SchemeNorm] = { col_red, col_ggrey, col_ggrey }, - [SchemeSel] = { col_ggrey, col_red, col_red }, + [SchemeNorm] = { col_purple,col_ggrey, col_ggrey }, + [SchemeSel] = { col_ggrey, col_purple,col_purple}, }; /* tagging */