diff options
Diffstat (limited to 'config/all')
-rw-r--r-- | config/all/dircolors.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/all/dircolors.conf b/config/all/dircolors.conf index cfd5f8d..a36f679 100644 --- a/config/all/dircolors.conf +++ b/config/all/dircolors.conf @@ -55,6 +55,7 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +TERM foot # # Generic types @@ -71,17 +72,17 @@ TERM xterm-debian RESET 0 # reset to "normal" color DIR 34 # directory LINK 36 # symbolic link -FIFO 40;33 # pipe +FIFO 47;33 # pipe SOCK 35 # socket DOOR 35 # door -BLK 40;33 # block device driver -CHR 40;33 # character device driver -ORPHAN 40;31 # symlink to nonexistent file, or non-stat'able file +BLK 47;33 # block device driver +CHR 47;33 # character device driver +ORPHAN 47;31 # symlink to nonexistent file, or non-stat'able file SETUID 37;41 # file that is setuid (u+s) -SETGID 30;43 # file that is setgid (g+s) +SETGID 37;43 # file that is setgid (g+s) CAPABILITY 30;41 # file with capability -STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) -OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky +STICKY_OTHER_WRITABLE 37;42 # dir that is sticky and other-writable (+t,o+w) +OTHER_WRITABLE 37;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable EXEC 32 # executable files |