summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-13 15:07:51 -0500
committerGitHub <noreply@github.com>2022-06-13 15:07:51 -0500
commit389a72bdc129f6a4fc4b07ff31471d1467dedf7a (patch)
tree5fa6c5967d530ef1cce965788ef1533d7050e3c6 /config.h
parentc38d27bf66fd2ae6f1493b36b3f34c74154268e6 (diff)
Update config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 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