lazygit.nvim icon indicating copy to clipboard operation
lazygit.nvim copied to clipboard

`lazygit_floating_window_winblend = 1` does not work

Open vaheqelyan opened this issue 2 years ago • 1 comments

Description

g.lazygit_floating_window_winblend = 1

Correct me if i am wrong but setting the value to 1, should create a shadow window, sort of like a backdrop

Expected behavior

g.lazygit_floating_window_winblend = 1

Screenshot_2022-12-15_23-20-49

I have also installed a plugin called https://github.com/kevinhwang91/rnvimr, and it looks like this

Screenshot_2022-12-15_23-23-53

It makes the background of the editor a little bit darker. I assumed I would get the same result with g.lazygit_floating_window_winblend = 1

Desktop (please complete the following information):

↪ nvim --version
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser

Features: +acl +iconv +tui

vaheqelyan avatar Dec 15 '22 19:12 vaheqelyan

Set g.lazygit_floating_window_winblend to a range from 0 (fully opaque) to 100 (fully transparent). See the neovim docs.

EthanWarrick avatar Dec 14 '23 17:12 EthanWarrick