MCPcopy 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
64impl Appearance {
65 pub fn is_light(self) -> bool {
66 matches!(self, Appearance::Light)
67 }
68}
69
70pub fn resolve_effective_color_scheme(preference: &str) -> EffectiveColorScheme {

Callers 6

resolve_opencode_themeFunction · 0.80
newMethod · 0.80
current_base_themeMethod · 0.80
runMethod · 0.80
apply_theme_selectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected