Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
823
pub fn builtin_theme_json(id: &str) -> Option<&'static OpencodeThemeJson> {
824
BUILTIN_OPENCODE_THEMES.get(id)
825
}
826
827
#[derive(Debug, Default)]
828
struct ResolvedTokens {
Callers
4
builtin_themes_resolve_for_dark_and_light
Function · 0.85
new
Method · 0.85
resolve_theme_by_id
Method · 0.85
resolve_theme_by_id
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
1
builtin_themes_resolve_for_dark_and_light
Function · 0.68