Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ is_light
Method
is_light
src/apps/cli/src/ui/theme.rs:65–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
64
impl Appearance {
65
pub fn is_light(self) -> bool {
66
matches!(self, Appearance::Light)
67
}
68
}
69
70
pub fn resolve_effective_color_scheme(preference: &str) -> EffectiveColorScheme {
Callers
6
resolve_opencode_theme
Function · 0.80
new
Method · 0.80
current_base_theme
Method · 0.80
run
Method · 0.80
preview_theme_selection
Method · 0.80
apply_theme_selection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected