nvim-noirbuddy
nvim-noirbuddy copied to clipboard
For the slate variant how can I change the background color of the inactive window ?
Hi , I've been trying to change the background color of the inactive window ! it adds a light-ish blue over it and it looks so bad on my machine.
Thank you in advance !
Can you send screenshot of what you mean?
Very late to this, but for anyone wondering how how change the background of the inactive buffer you can do this -
local noirbuddy = require("noirbuddy.colors").all()
local Group = require("colorbuddy").Group
local Color = require("colorbuddy").Color
local background = Color.new("background", noirbuddy.background)
Group.new("NormalNC", background)