]> Sergey Matveev's repositories - nnn.git/commitdiff
Update Haskell icon color
authorJasper <40232406+jaspwr@users.noreply.github.com>
Fri, 12 May 2023 05:19:04 +0000 (15:19 +1000)
committerJasper <40232406+jaspwr@users.noreply.github.com>
Fri, 12 May 2023 05:19:04 +0000 (15:19 +1000)
src/icons.h

index bab3663750e1bba6571471b7b19f23c7f17a2270..816ca83222c3741a24cb6781572ffe686d6cd0ff 100644 (file)
@@ -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},