Switch to modus for the light theme
This commit is contained in:
parent
e61e1a2a0e
commit
2b93e07817
@ -2,12 +2,6 @@
|
|||||||
vim.g.moonflyTransparent = true
|
vim.g.moonflyTransparent = true
|
||||||
-- vim.cmd([[colorscheme moonfly]])
|
-- vim.cmd([[colorscheme moonfly]])
|
||||||
|
|
||||||
require("cyberdream").setup({
|
|
||||||
theme = {
|
|
||||||
variant = "light",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.opt["tabstop"] = 4
|
vim.opt["tabstop"] = 4
|
||||||
vim.opt["shiftwidth"] = 4
|
vim.opt["shiftwidth"] = 4
|
||||||
|
|
||||||
|
@ -4,11 +4,7 @@ return {
|
|||||||
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
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
},
|
},
|
||||||
{
|
{ "miikanissi/modus-themes.nvim" },
|
||||||
"scottmckendry/cyberdream.nvim",
|
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"f-person/auto-dark-mode.nvim",
|
"f-person/auto-dark-mode.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
@ -18,9 +14,8 @@ return {
|
|||||||
vim.cmd("colorscheme moonfly")
|
vim.cmd("colorscheme moonfly")
|
||||||
end,
|
end,
|
||||||
set_light_mode = function()
|
set_light_mode = function()
|
||||||
vim.o.background = "light"
|
|
||||||
vim.api.nvim_set_option_value("background", "light", {})
|
vim.api.nvim_set_option_value("background", "light", {})
|
||||||
vim.cmd("colorscheme cyberdream")
|
vim.cmd("colorscheme modus")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user