diff --git a/quickshell/matugen/templates/neovim-colors.lua b/quickshell/matugen/templates/neovim-colors.lua index eb6db53ce..9f1c45754 100644 --- a/quickshell/matugen/templates/neovim-colors.lua +++ b/quickshell/matugen/templates/neovim-colors.lua @@ -44,6 +44,10 @@ if mode ~= nil then end end +if settings.terminalsAlwaysDark then + vim.o.background = "dark" +end + local current_file_path = debug.getinfo(1, "S").source:sub(2) local theme_base = deepGet(settings, { "matugenTemplateNeovimSettings", vim.o.background, "baseTheme" }) or ("github_" .. vim.o.background)