MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / useAppearance

Function useAppearance

apps/kimi-web/src/composables/client/useAppearance.ts:148–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148export function useAppearance() {
149 return {
150 colorScheme,
151 accent,
152 uiFontSize,
153 fastMoon,
154 setColorScheme,
155 setAccent,
156 setUiFontSize,
157 resetFastMoon,
158 recordMoonDelta,
159 };
160}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected