add light theme in theme toggler

This commit is contained in:
siduck76 2021-09-16 14:20:13 +05:30
parent a52382c6fa
commit 61b6eda6af
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ M.ui = {
enabled = false,
fav_themes = {
"onedark",
"gruvchad",
"one-light",
},
},

View File

@ -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,

View File

@ -15,7 +15,7 @@ M.ui = {
enabled = false,
fav_themes = {
"onedark",
"gruvchad",
"one-light",
},
},