Revert 7faea29
.
This commit is contained in:
parent
7faea29b3d
commit
623c114870
@ -13,7 +13,7 @@ M.base46 = {
|
|||||||
SpellBad = { bg = "#770000", fg = "#ffffff" },
|
SpellBad = { bg = "#770000", fg = "#ffffff" },
|
||||||
Visual = { bg = "#0094d8", fg = "#ffffff" },
|
Visual = { bg = "#0094d8", fg = "#ffffff" },
|
||||||
},
|
},
|
||||||
theme = "one_light",
|
theme = "monekai",
|
||||||
transparency = false
|
transparency = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,21 +43,6 @@ return {
|
|||||||
require "configs.lspconfig"
|
require "configs.lspconfig"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"f-person/auto-dark-mode.nvim",
|
|
||||||
lazy = false,
|
|
||||||
config = {
|
|
||||||
update_interval = 1000,
|
|
||||||
set_dark_mode = function()
|
|
||||||
require('nvconfig').base46.theme = "monekai"
|
|
||||||
require('base46').load_all_highlights()
|
|
||||||
end,
|
|
||||||
set_light_mode = function()
|
|
||||||
require('nvconfig').base46.theme = "one_light"
|
|
||||||
require('base46').load_all_highlights()
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- These are some examples, uncomment them if you want to see them work!
|
-- These are some examples, uncomment them if you want to see them work!
|
||||||
|
Loading…
Reference in New Issue
Block a user