From 9f8c452077a11658a4131326e01cae5559474f18 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 13:16:32 +0200 Subject: Fix(hm/conf/lf/colors): Add a bg color for executable files --- hm/soispha/conf/lf/colors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/soispha/conf/lf/colors b/hm/soispha/conf/lf/colors index 88f3c044..9dc82984 100644 --- a/hm/soispha/conf/lf/colors +++ b/hm/soispha/conf/lf/colors @@ -43,7 +43,7 @@ # file types (with matching order) ln 01;93 # LINK -or 01;93;106 # ORPHAN +or 01;93;106 # ORPHAN tw 35 # STICKY_OTHER_WRITABLE ow 35 # OTHER_WRITABLE st 01;96 # STICKY @@ -54,7 +54,7 @@ bd 33;01 # BLK cd 33;01 # CHR su 01;32 # SETUID sg 01;32 # SETGID -ex 03;01;95;00 # EXEC +ex 03;01;95;45 # EXEC fi 00 # FILE # links to hide -- cgit 1.4.1