fix: removed remanents of core

dev
Pocco81 2 years ago
parent 2b7b75cc72
commit e9e33541c4

@ -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)

@ -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.

Loading…
Cancel
Save