speedenator / agnoster-bash

Agnoster Theme for Bash
MIT License
217 stars 52 forks source link

ls looks ugly. #10

Open devxpy opened 6 years ago

devxpy commented 6 years ago

Why is the contrast all messed up here? image

jesusserranost commented 2 years ago

Check the value of di (directory) which is currently set up in your environmental variable $LS_COLORS. Mine is di=01;34 which shows the directory entries in bold (01) and blue (34):

echo $LS_COLORS
rs=0:di=01;34:ln=01;...

For more information check this out: https://www.howtogeek.com/307899/how-to-change-the-colors-of-directories-and-files-in-the-ls-command/