summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.h b/src/color.h
index 18a26fe..20ffe1e 100644
--- a/src/color.h
+++ b/src/color.h
@@ -47,7 +47,7 @@
#include <math.h>
#define RGB(r, g, b) r*999/255, g*999/255, b*999/255
-#define N_INIT_PAIRS 24
+#define N_INIT_PAIRS 25
struct ucolor {
int fg;