Tuning bash colors
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
# https://dev.to/fernand0/better-colors-for-ls-in-dark-terminals-3d6
|
||||
# https://github.com/seebi/dircolors-solarized
|
||||
|
||||
COLORS_FILE="$LWS/conf/dircolors.ansi-light"
|
||||
#COLORS_FILE="$LWS/conf/dircolors/ansi-light.dircolors"
|
||||
COLORS_FILE="$LWS/conf/dircolors/dracula.dircolors"
|
||||
|
||||
if [[ -f "$COLORS_FILE" ]]; then
|
||||
xlog "Loading colors $COLORS_FILE"
|
||||
eval "$(dircolors "$COLORS_FILE")"
|
||||
else
|
||||
xlog "Colors $COLORS_FILE not found"
|
||||
fi
|
||||
|
||||
unset COLORS_FILE
|
||||
|
||||
Reference in New Issue
Block a user