diff --git a/lua/catppuccin/init.lua b/lua/catppuccin/init.lua index 1c439f2..fe55b99 100644 --- a/lua/catppuccin/init.lua +++ b/lua/catppuccin/init.lua @@ -52,7 +52,7 @@ function M.load() end if not loaded then -- colorscheme gets evaluated from mapper.lua - local theme = require("catppuccin.core.mapper").apply() + local theme = require("catppuccin.lib.mapper").apply() local utils = require("catppuccin.utils.util") utils.load(theme) diff --git a/lua/catppuccin/lib/compiler.lua b/lua/catppuccin/lib/compiler.lua index 9717faa..b4a03ff 100644 --- a/lua/catppuccin/lib/compiler.lua +++ b/lua/catppuccin/lib/compiler.lua @@ -14,7 +14,7 @@ local function inspect(t) end function util.compile() - local theme = require("catppuccin.core.mapper").apply() + local theme = require("catppuccin.lib.mapper").apply() local lines = { [[ -- This file is autogenerated by CATPPUCCIN. -- Do not make changes directly to this file.