UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

4 lines 287 B
import type { ColorObj, Palette, Project, YmlFile } from "./types.js"; export declare function loadProjectFiles(projectUrl: string): Project; export declare function buildPalette(paletteFile: YmlFile, common: Record<string, ColorObj>): Palette; //# sourceMappingURL=load-project.d.ts.map