MCPcopy Create free account
hub / github.com/clawshell/clawshell / theme_style

Function theme_style

src/tui.rs:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42pub fn theme_style() -> Style {
43 Style::new().color256(
44 208, // DarkOrange
45 )
46}
47
48pub fn theme_bold() -> Style {
49 Style::new().color256(208).bold()

Callers 6

cmd_versionFunction · 0.85
print_bannerFunction · 0.85
print_stepFunction · 0.85
print_infoFunction · 0.85
prompt_confirm_compactFunction · 0.85

Calls

no outgoing calls

Tested by 1