folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.25k stars 414 forks source link

fix(base): signcolumn, foldcolumn with dim_inactive and add fzflua borderless highlights #631

Open 231tr0n opened 3 weeks ago

231tr0n commented 3 weeks ago

Description

This PR fixes issues related to sign column and fold column highlights with dim_inactive = true enabled and adds fzf-lua borderless highlights to the README.md.

Screenshots

Before PR with dim_inactive = true image After PR with dim_inactive = true image

Basically, you can notice that SignColumn and FoldColumn blend in well when dim_inactive is set to true.

Fzf-lua borderless screenshot image