@t1mmen/srtd
Version:
Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀
11 lines (10 loc) • 434 B
TypeScript
export declare const COLOR_SUPABASE = "#3ecf8e";
export declare const COLOR_ACCENT = "magenta";
export declare const COLOR_SUCCESS = "green";
export declare const COLOR_ERROR = "red";
export declare const COLOR_WARNING = "yellow";
export declare const COLOR_SKIP = "gray";
export declare const OPTION_COLOR_SELECTED = "green";
export declare const customTheme: {
components: Record<string, import("@inkjs/ui").ComponentTheme>;
};