Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: Set LS_COLORS to fix unreadable output. Closes #248
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 27, 2018
1 parent 8942e41 commit a6a067e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pywal/templates/colors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"

0 comments on commit a6a067e

Please sign in to comment.