nvim-noirbuddy icon indicating copy to clipboard operation
nvim-noirbuddy copied to clipboard

For the slate variant how can I change the background color of the inactive window ?

Open enzime4u opened this issue 1 year ago • 2 comments

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 !

enzime4u avatar Jan 03 '24 18:01 enzime4u

Can you send screenshot of what you mean?

jesseleite avatar Jan 08 '24 19:01 jesseleite

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)

sbmthd avatar Jan 25 '25 17:01 sbmthd