[Question] $FZF_PREVIEW_PREVIEW_BAT_THEME has no effect?
See original GitHub issueProblems summary
I want to change preview window, and file list color theme.
I read document, then set $FZF_PREVIEW_PREVIEW_BAT_THEME
,
but It seems to have no effect…
Could you tell me what is the correct way to change bat theme?
Expected
change theme
Environment Information
-
fzf-preview version (package.json): 2.0.15
-
OS: Mac 10.15.7
-
Vim/Neovim version: NVIM v0.4.4
Provide a minimal init.vim
set nocompatible
set runtimepath^=~/.local/share/dein/repos/github.com/neoclide/coc.nvim
set runtimepath^=~/.local/share/dein/repos/github.com/junegunn/fzf
set runtimepath^=~/.local/share/dein/repos/github.com/ryanoasis/vim-devicons
syntax on
filetype plugin indent on
let g:coc_global_extensions = ['coc-fzf-preview']
let g:fzf_preview_use_dev_icons = 1
let g:fzf_preview_git_files_command = 'git ls-files -co --exclude-standard'
let g:fzf_preview_grep_cmd = 'rg --ignore-case --color=never --line-number --no-heading --sort=path'
let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'gruvbox'
" let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'ansi-dark'
nnoremap ; :
nnoremap : ;
Screenshot
let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'gruvbox

let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'ansi-dark
Dockerfile that reproduces the problem (if possible)
Sorry, I don’t have it 😖
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Wrong colors in preview window #756 - junegunn/fzf.vim
The problem is that code that is displayed in the preview window seems like it uses only 16 terminal colors. Please look at...
Read more >How could I customize preview window coloring with results ...
I would suggest you to use leaderf(plugin like fzf) with popup window, it looks the same as original. I haven't tried with rg,...
Read more >A few useful features I added to Fzf-Lua preview window
I have been stuck using bat for the preview. I use treesitter, but for some reason it doesnt work in fzf-lua. When I...
Read more >preview not working on neovim 0.5 on windows 10 with fzf
Error msg i got when previewing files using :Files or :Rg command: /mnt/c/Users/XXXXX/AppData/Local/nvim/plugged/fzf.vim/bin/preview.sh: ...
Read more >fzf(1) - Arch manual pages
Determines the layout of the preview window. * If the argument contains :hidden, the preview window will be hidden by default until toggle-preview...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I apologize for the lack of clarity. The $FZF_PREVIEW_PREVIEW_BAT_THEME was the color schema applied to the preview of grep view. To change the theme for other than grep view, try setting $BAT_THEME.
Fixed so that $FZF_PREVIEW_PREVIEW_BAT_THEME is reflected in both. This will be applied in the next release.
https://github.com/yuki-yano/fzf-preview.vim/commit/6ca32fec5f2a06e5d0c6ab8ca9bb613530f80639