diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index d44b2a0..6dd5358 100644 --- a/config.def.h +++ b/config.def.h @@ -31,7 +31,7 @@ static uint32_t colors[][3] = { }; /* tagging */ -static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static char *tags[] = { "🌎", "🍁", "🍂", "⛵", "𝄇" }; #define TAGCOUNT (sizeof(tags) / sizeof(tags[0])) |
