From b42c0c04baec9e0de40da03526b407f391b13e35 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 18 Mar 2024 11:24:00 +0100 Subject: [PATCH] eza: make user/group not stand out so much --- config/zsh/eza.zsh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/zsh/eza.zsh b/config/zsh/eza.zsh index 0878fea..60c9330 100755 --- a/config/zsh/eza.zsh +++ b/config/zsh/eza.zsh @@ -7,6 +7,15 @@ magenta=35 cyan=36 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=( di=$blue # directories ex=$green # executable files @@ -45,10 +54,10 @@ colors=( # ut # the units of a file’s size if it is 1 TB/TiB or higher # df # a device’s major ID # ds # a device’s minor ID - uu=$white # a user that’s you + uu=$br_black # a user that’s you uR=$red # a user that’s root un=$yellow # a user that’s 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 gn=$yellow # a group you aren’t a member of lc=$red # a number of hard links