diff --git a/lua/cosmic/core/theme/colors.lua b/lua/cosmic/core/theme/colors.lua index f53d04f..b729e1e 100644 --- a/lua/cosmic/core/theme/colors.lua +++ b/lua/cosmic/core/theme/colors.lua @@ -13,4 +13,8 @@ elseif config.theme == 'nord.nvim' then colors = require('cosmic.core.theme.integrated.nord') end +if vim.tbl_isempty(colors) then + return false +end + return colors