Skip to content

feat: add transparent_warn option in config#351

Open
SuXYIO wants to merge 1 commit intorcarriga:masterfrom
SuXYIO:feat/transparent-warn
Open

feat: add transparent_warn option in config#351
SuXYIO wants to merge 1 commit intorcarriga:masterfrom
SuXYIO:feat/transparent-warn

Conversation

@SuXYIO
Copy link
Copy Markdown

@SuXYIO SuXYIO commented Apr 10, 2026

So i use transparent.nvim, and when sending a notification, there's a warning about the background color being transparent, which is helpful, but annoying.

I added an option in config (transparent_warn, default true, which is same as the current behavior), which controls whether this warning will be shown.

I tested on my machine and it seems to work fine.

My test config (via Lazy.nvim):

{
	--"rcarriga/nvim-notify",
	dir = "~/Workspace/nvim-notify",
	event = "VeryLazy",
	init = function()
		vim.notify = require("notify")
	end,
	opts = {
		transparent_warn = false,
	},
}

I didn't update the docs though, i'm not good at writing those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant