From 98e4789e36cb94e242de2c02115144a1c3a0d7ab Mon Sep 17 00:00:00 2001 From: Tovi Jaeschke-Rogers Date: Thu, 4 Aug 2022 21:40:22 +0930 Subject: [PATCH] Make cursor white --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4d94801..bce9380 100644 --- a/config.h +++ b/config.h @@ -139,7 +139,7 @@ static const char *colorname[] = { [15] = "#e2637f", [255] = 0, - [256] = "#95969C", + [256] = "#eeeeee", [257] = "#f8f8f2", [258] = "#080808", [259]= "#eeeeee",