question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] $FZF_PREVIEW_PREVIEW_BAT_THEME has no effect?

See original GitHub issue

Problems 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

2021-04-16 15 58 47

let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'ansi-dark 2021-04-16 15 58 50

Dockerfile that reproduces the problem (if possible)

Sorry, I don’t have it 😖

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
yuki-yanocommented, May 19, 2021

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.

let $BAT_THEME = 'gruvbox-dark'
let $FZF_PREVIEW_PREVIEW_BAT_THEME = 'gruvbox-dark'
1reaction
yuki-yanocommented, Jun 4, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found