add light theme in theme toggler
This commit is contained in:
parent
a52382c6fa
commit
61b6eda6af
|
@ -15,7 +15,7 @@ M.ui = {
|
|||
enabled = false,
|
||||
fav_themes = {
|
||||
"onedark",
|
||||
"gruvchad",
|
||||
"one-light",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ M.misc = function()
|
|||
end
|
||||
|
||||
-- check the theme toggler
|
||||
if config.ui.theme_toggler then
|
||||
if config.ui.theme_toggler.enabled then
|
||||
map(
|
||||
"n",
|
||||
maps.theme_toggler,
|
||||
|
|
|
@ -15,7 +15,7 @@ M.ui = {
|
|||
enabled = false,
|
||||
fav_themes = {
|
||||
"onedark",
|
||||
"gruvchad",
|
||||
"one-light",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue