feat: use background setting to determine light / dark theme #15
This commit is contained in:
@@ -27,4 +27,6 @@ config = {
|
||||
darkSidebar = opt("dark_sidebar", true),
|
||||
}
|
||||
|
||||
if config.style == "day" then vim.o.background = "light" end
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user