fix: get colors locally rather than with the api

experiments
Pocco81 3 years ago
parent 375a4bb896
commit 671037b27e

@ -26,7 +26,7 @@ local assets = {
slim_dot = '',
}
local clrs = require("catppuccin.api.colors").get_colors()
local clrs = require("catppuccin.core.color_palette")
-- settings
local sett = {

Loading…
Cancel
Save