bigbn/drop-down-terminal-x

Is it possible to lighten the blue in palette?

tuberry opened this issue · 4 comments

bigbn commented

zzrough#57 related

bigbn commented

As temporary solution to fix at least ls command you can set custom colors for it by dircolors:

dircolors -p > ~/.dircolors
sed -i "s/^DIR.*$/DIR 01;36/" ~/.dircolors
echo 'eval $(dircolors .dircolors)' >> .bashrc

image

Thanks, that looks much better.