From: Jasper <40232406+jaspwr@users.noreply.github.com> Date: Fri, 12 May 2023 05:19:04 +0000 (+1000) Subject: Update Haskell icon color X-Git-Tag: v4.9~20^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fb3a6487560e3eb058d48edce15ec5a16ebb7d5e;p=nnn.git Update Haskell icon color --- 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},