MCPcopy Create free account
hub / github.com/arctic-cli/interface / mode

Function mode

packages/arctic/src/cli/cmd/tui/context/theme.tsx:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392 syntax,
393 subtleSyntax,
394 mode() {
395 return store.mode
396 },
397 setMode(mode: "dark" | "light") {
398 setStore("mode", mode)
399 kv.set("theme_mode", mode)

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected