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