From 05c8468ace3f1149cfe8f7ed484597e4d621c830 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Tue, 29 Aug 2023 11:38:15 +0200
Subject: Fix(hm/conf/lf/colors): Remove underline from executables

---
 hm/soispha/conf/lf/colors | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'hm/soispha/conf/lf')

diff --git a/hm/soispha/conf/lf/colors b/hm/soispha/conf/lf/colors
index 3c4eca5d..5d51b649 100644
--- a/hm/soispha/conf/lf/colors
+++ b/hm/soispha/conf/lf/colors
@@ -43,7 +43,6 @@
 
 # file types (with matching order)
 ln      01;93       # LINK
-#ln      01;34       # LINK
 or      01;93;106    # ORPHAN
 tw      35          # STICKY_OTHER_WRITABLE
 ow      35          # OTHER_WRITABLE
@@ -55,7 +54,7 @@ bd      33;01       # BLK
 cd      33;01       # CHR
 su      01;32       # SETUID
 sg      01;32       # SETGID
-ex      03;01;95;04 # EXEC
+ex      03;01;95;00 # EXEC
 fi      00          # FILE
 
 # links to hide
-- 
cgit 1.4.1