Advertisement
Activate Plain Finder
If you dislike the blue and white stripes on your Finder list view, you can use following line of Terminal command to make the background display plain white.
defaults write com.apple.finder FXListViewStripes -bool FALSE killall Finder
Revert Back
Maybe you want to revert back to original display of your Finder list, you can use following Terminal command :
defaults write com.apple.finder FXListViewStripes -bool TRUE killall Finder
And you will get the previous blue and white stripes Finder list.
LEAVE.A.COMMENT