kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
752 stars 35 forks source link

Color Scheme #223

Closed AndreM222 closed 1 year ago

AndreM222 commented 1 year ago

Hi, Currently I am using the dracula theme for my terminal on windows and wanted to know if it was possible to change the colors to match

kelleyma49 commented 1 year ago

I haven't tried it before, but I think you can customize fzf's color scheme by following these instructions: https://github.com/junegunn/fzf/blob/master/ADVANCED.md#color-themes

AndreM222 commented 1 year ago

this seems to be using bash not powershell