From 16b3c79086ebf5393e528881ee28b9b4f066e1ba Mon Sep 17 00:00:00 2001 From: mrsu Date: Sat, 15 Jun 2024 13:50:25 +0100 Subject: [PATCH] modify color03 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e7237f7..f444fa0 100644 --- a/config.def.h +++ b/config.def.h @@ -15,7 +15,7 @@ static const char *fonts[] = { "monospace:size=14", "NotoColorEmoji:pix // base 16 scheme: "Kanagawa" static char col_base00[] = "#1F1F28"; -static char col_base03[] = "#54546D"; +static char col_base03[] = "#363646"; static char col_base04[] = "#727169"; static char col_base05[] = "#DCD7BA"; static char col_base08[] = "#C34043";