UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

6 lines 490 B
import type { ColorObj, Palette, Project, SchemeConfig } from "./types.js"; export declare function renderColorscheme(config: SchemeConfig, project: Project): string; export declare function getColorCode(color: string, palette: Palette, filepath: string): false | ColorObj; export declare function getUI(ui: string): false | string; export declare function getCurlColor(color: string, palette: Palette, filepath: string): boolean | ColorObj; //# sourceMappingURL=render-colorscheme.d.ts.map