You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return {
"scottmckendry/cyberdream.nvim",
lazy=false,
priority=1000,
config=function()
require("cyberdream").setup({
-- Recommended - see "Configuring" below for more config optionstransparent=true,
italic_comments=true,
hide_fillchars=true,
borderless_telescope=true,
terminal_colors=true,
})
vim.cmd("colorscheme cyberdream") -- set the colorschemeend,
}
I get this warning everything I open up nvim:
Warn 22:17:46 notify.warn nvim-notify Highlight group 'NotifyBackground' has no background highlight
Please provide an RGB hex value or highlight group with a background value for 'background_colour' option.
This is the colour that will be used for 100% transparency.
require("notify").setup({
background_colour = "#000000",
})
Defaulting to #000000
The text was updated successfully, but these errors were encountered:
Thanks for raising! I never actually noticed this issue the whole time I've been working on the colorsheme. Mainly since I've had that block of code in my notify config the entire time.
Nonetheless, it's reminded me to finally get around to adding my own highlights for nvim-notify. I think it turned out quite clean!
After installing cyberdream to my LazyDistro:
I get this warning everything I open up nvim:
The text was updated successfully, but these errors were encountered: