From 98d3b2135d6f3c67a7b6e42dd92b0192efde7eac Mon Sep 17 00:00:00 2001 From: yosh Date: Tue, 28 Mar 2023 11:44:38 -0400 Subject: [PATCH] add jxl icon --- src/icons.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icons.h b/src/icons.h index 5cefe4d3..2e81bd7e 100644 --- a/src/icons.h +++ b/src/icons.h @@ -309,6 +309,7 @@ static const struct icon_pair icons_ext[] = { /* All entries are case-insensitiv {"js", ICON_JAVASCRIPT, COLOR_JAVASCRIPT}, {"json", ICON_EXT_JSON, COLOR_JAVASCRIPT}, {"jsx", ICON_REACT, COLOR_REACT}, + {"jxl", ICON_PICTUREFILE, COLOR_IMAGE}, /* K */ {"ksh", ICON_SCRIPT, COLOR_SHELL},