$OpenBSD: patch-color_h,v 1.1 2021/02/20 21:08:07 naddy Exp $

Index: color.h
--- color.h.orig
+++ color.h
@@ -34,7 +34,7 @@
 #define COLOR_H
 
 /* List of colors we allocate, names used by internal routines */
-enum {
+enum Colors {
 	USER0,  /* defined in app defaults */
 	USER1,
 	USER2,
@@ -53,7 +53,7 @@ enum {
 	PRINT_ILLUSTRATIONS,
 
 	LAST_COLOR		/* Do not add anything after this */
-} Colors;
+};
 
 #define COLOR_NUM (USER7+1)
 #define COLOR_DEF (LAST_COLOR)
