add light theme in theme toggler

pull/476/head
siduck76 3 years ago
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…
Cancel
Save