diff options
| -rw-r--r-- | pywal/templates/colors.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh index ba852b7..22dbd46 100644 --- a/pywal/templates/colors.sh +++ b/pywal/templates/colors.sh @@ -31,3 +31,6 @@ export FZF_DEFAULT_OPTS=" --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 --color info:7,prompt:2,spinner:1,pointer:232,marker:1 " + +# Fix LS_COLORS being unreadable. +export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:" |
