MCPcopy Create free account
hub / github.com/GCWing/BitFun / builtin_theme_json

Function builtin_theme_json

src/apps/cli/src/ui/theme.rs:823–825  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

821}
822
823pub fn builtin_theme_json(id: &str) -> Option<&'static OpencodeThemeJson> {
824 BUILTIN_OPENCODE_THEMES.get(id)
825}
826
827#[derive(Debug, Default)]
828struct ResolvedTokens {

Callers 4

newMethod · 0.85
resolve_theme_by_idMethod · 0.85
resolve_theme_by_idMethod · 0.85

Calls 1

getMethod · 0.45