Remove background colors

In ~/.zshrc

# remove background colors
LS_COLORS=$LS_COLORS:'tw=00;33:ow=01;34:'; export LS_COLOR

Should make directories blue, without background.