diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/colors | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/hm/soispha/conf/lf/colors b/hm/soispha/conf/lf/colors index b2289b4e..3c4eca5d 100644 --- a/hm/soispha/conf/lf/colors +++ b/hm/soispha/conf/lf/colors @@ -42,12 +42,12 @@ # file types (with matching order) -ln 01;33 # LINK +ln 01;93 # LINK #ln 01;34 # LINK -or 01;35;46 # ORPHAN +or 01;93;106 # ORPHAN tw 35 # STICKY_OTHER_WRITABLE ow 35 # OTHER_WRITABLE -st 01;36 # STICKY +st 01;96 # STICKY di 01;36 # DIR pi 33 # FIFO so 01;35 # SOCK @@ -55,22 +55,23 @@ bd 33;01 # BLK cd 33;01 # CHR su 01;32 # SETUID sg 01;32 # SETGID -ex 01;31;44 # EXEC +ex 03;01;95;04 # EXEC fi 00 # FILE -# links -~/.mbsyncrc 01;34 -~/.cups 01;34 -~/.mozilla 01;34 -~/.ssh 01;34 +# links to hide +~/.mbsyncrc 01;08;30 -~/.steampid 01;34 -~/.steam 01;34 -~/.steampath 01;34 +~/.cups 01;08;30 +~/.mozilla 01;08;30 +~/.ssh 01;08;30 + +~/.steampid 01;08;30 +~/.steam 01;08;30 +~/.steampath 01;08;30 # nix -~/.nix-profile 01;34 -~/.nix-defexpr 01;34 +~/.nix-profile 01;08;30 +~/.nix-defexpr 01;08;30 # archives or compressed (dircolors defaults) *.tar 01;31 |