From 389a72bdc129f6a4fc4b07ff31471d1467dedf7a Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:07:51 -0500 Subject: Update config.h --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 0b699f3..ad0bc18 100644 --- a/config.h +++ b/config.h @@ -111,7 +111,7 @@ float alpha = 1; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#282828", /* black */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */ @@ -131,7 +131,6 @@ static const char *colorname[] = { [15] = "#ebdbb2", /* white */ }; - /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor -- cgit v1.2.3