UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

5 lines 382 B
import type { List, StatusBrand, StatusStyle, SyntaxRule, YmlFile } from "./types.js"; export declare function formatSyntax(syntaxFiles: YmlFile[]): SyntaxRule[]; export declare function formatTerminal(data: List): List; export declare function formatStatusStyles(statusFiles: YmlFile[], brand: StatusBrand): Record<string, StatusStyle>; //# sourceMappingURL=format-project.d.ts.map