junegunn / junegunn/fzf.vim

Colors not my expected on Windows

Open
#874 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- Category
- [X] Question
- [ ] Bug
- [ ] Suggestion
- OS
- [ ] Linux
- [ ] macOS
- [X] Windows
- [ ] Etc.
- Vim
- [X] Vim
- [ ] Neovim

I set g:fzf_colors:
---
let g:fzf_colors =
\ {'fg': ['fg', '#2e3436'],
\ 'bg': ['bg', '#eeeeec'],
\ 'hl': ['fg', '#fcaf3e'],
\ 'fg+': ['fg', '#ffffff'],
\ 'bg+': ['bg', '#8ae234'],
\ 'hl+': ['fg', '#f57900'],
\ 'info': ['fg', '#afaf87'],
\ 'border': ['fg', '#eeeeec'],
\ 'prompt': ['fg', '#d7005f'],
\ 'pointer': ['fg', '#cc0000'],
\ 'marker': ['fg', '#ef2929'],
\ 'spinner': ['fg', '#af5fff'],
\ 'header': ['fg', '#729fcf']

But the colors not display as my expect, and :echo fzf#wrap(), options is blank,

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.