mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
remove notify bg warning
This commit is contained in:
parent
4128aac92b
commit
73d82d9e30
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
local notify = "notify"
|
||||||
return {
|
return {
|
||||||
"projekt0n/github-nvim-theme",
|
"projekt0n/github-nvim-theme",
|
||||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||||
|
|
@ -6,9 +7,12 @@ return {
|
||||||
require("github-theme").setup({
|
require("github-theme").setup({
|
||||||
options = {
|
options = {
|
||||||
transparent = true,
|
transparent = true,
|
||||||
dim_inactive = true,
|
dim_inactive = false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
vim.cmd("colorscheme github_light")
|
vim.cmd("colorscheme github_light")
|
||||||
|
require(notify).setup({
|
||||||
|
background_colour = "#fefefe",
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue