Closed KevinNitroG closed 3 months ago
If you can create a PR for it. Please, create one I'm just busy right now.
I don't know if we need to handle it if there's no
M.base46.theme_toggle
.
I think it always exist
Wait, the one for transparency is fine
I don't know if we need to handle it if there's no
M.base46.theme_toggle
.I think it always exist
There's a notification to add it when there's no M.base46.theme_toggle
I think it's fine to leave both of them as it is. I think siduck also handles the edge cases of his functions
I don't know if we need to handle it if there's no
M.base46.theme_toggle
.I think it always exist
There's a notification to add it when there's no
M.base46.theme_toggle
oh, maybe because of the recent changes that siduck made.
I noticed that theme_toggle
isn't updating.
siduck is now gonna fix that bug.
Alright so just keep the PR there :)) till he fix it
the toggle transparent & theme in
mappings.lua
code logic isn't good. Thosevim.g.switch_theme
,vim.g.transparency_enabled
arenil
by default.We use dark mode. But if someone uses light mode, when he switches to dark mode, the notification shows that he has switched to light mode.
So I suggest binding the global variables in
chadrc.lua
to get those variables.I don't know if we need to handle it if there's no
M.base46.theme_toggle
.