From 595b747c1105d9ca0092e6e1ff5732f3e0f7560f Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 11 Jun 2024 12:06:15 -0400 Subject: fix typo --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9a09ad4..2813a29 100644 --- a/config.h +++ b/config.h @@ -112,7 +112,7 @@ float alphaOffset = 0.0; float alphaUnfocus; /* Terminal colors (16 first used in escape sequence) */ -sstatic const char *colorname[] = { +static const char *colorname[] = { "#131313", "#cc241d", "#009107", -- cgit v1.2.3