MCPcopy Create free account
hub / github.com/chokcoco/iCSS / ThemeConfig

Interface ThemeConfig

website/app/lib/theme.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type Theme = 'light' | 'dark' | 'system';
2
3export interface ThemeConfig {
4 name: string;
5 value: Theme;
6 icon: string;
7}
8
9export const themes: ThemeConfig[] = [
10 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected