Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.18 KB

bg.nvim 🎆

bg.nvim automatically syncs terminal background and cursor with any neovim colorscheme.

Example

Changing colorscheme with and without bg.nvim

- bg.nvim
without2 with2
without1 with1

Install

{ "typicode/bg.nvim", lazy = false }

How it works

bg.nvim uses escape sequences to change your terminal background and cursor whenever you change your colorscheme. When neovim exits, it will restore the original colors.

Supported by modern terminals (alacritty, foot, gnome-terminal, kitty, wezterm, ...).

For reset colors support, st needs to be patched.