diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 11:07:24 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 11:07:24 +0200 |
commit | 27b92c3496b8f1c780f7d0d5c7b0d8a33e03b32d (patch) | |
tree | 3563ba53c7c5bd3d8f84cd7da68e828f0e238c7c /hm/soispha/conf/lf | |
parent | Fix(hm/conf/lf/icons): Add a correct icon for files (diff) | |
download | nixos-config-27b92c3496b8f1c780f7d0d5c7b0d8a33e03b32d.zip |
Fix(hm/conf/lf/colors): Adjust colors to new alacritty colorscheme
Diffstat (limited to 'hm/soispha/conf/lf')
-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 |