From fb3a6487560e3eb058d48edce15ec5a16ebb7d5e Mon Sep 17 00:00:00 2001 From: Jasper <40232406+jaspwr@users.noreply.github.com> Date: Fri, 12 May 2023 15:19:04 +1000 Subject: [PATCH] Update Haskell icon color --- src/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons.h b/src/icons.h index bab36637..816ca832 100644 --- a/src/icons.h +++ b/src/icons.h @@ -286,7 +286,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv {"h", ICON_C, COLOR_C}, {"hh", ICON_CPLUSPLUS, COLOR_C}, {"hpp", ICON_CPLUSPLUS, COLOR_C}, - {"hs", ICON_HASKELL, COLOR_VIM}, + {"hs", ICON_HASKELL, COLOR_ELIXIR}, {"htaccess", ICON_CONFIGURE, 0}, {"htpasswd", ICON_CONFIGURE, 0}, {"htm", ICON_HTML, 0}, -- 2.44.0