eza: make user/group not stand out so much

This commit is contained in:
Fernando Schauenburg 2024-03-18 11:24:00 +01:00
parent f39ac9a666
commit b42c0c04ba

View file

@ -7,6 +7,15 @@ magenta=35
cyan=36 cyan=36
white=37 white=37
br_black=90
br_red=91
br_green=92
br_yellow=93
br_blue=94
br_magenta=95
br_cyan=96
br_white=97
colors=( colors=(
di=$blue # directories di=$blue # directories
ex=$green # executable files ex=$green # executable files
@ -45,10 +54,10 @@ colors=(
# ut # the units of a files size if it is 1 TB/TiB or higher # ut # the units of a files size if it is 1 TB/TiB or higher
# df # a devices major ID # df # a devices major ID
# ds # a devices minor ID # ds # a devices minor ID
uu=$white # a user thats you uu=$br_black # a user thats you
uR=$red # a user thats root uR=$red # a user thats root
un=$yellow # a user thats someone else un=$yellow # a user thats someone else
gu=$white # a group that you belong to gu=$br_black # a group that you belong to
gR=$red # a group related to root gR=$red # a group related to root
gn=$yellow # a group you arent a member of gn=$yellow # a group you arent a member of
lc=$red # a number of hard links lc=$red # a number of hard links