Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
pub fn theme_style() -> Style {
43
Style::new().color256(
44
208, // DarkOrange
45
)
46
}
47
48
pub fn theme_bold() -> Style {
49
Style::new().color256(208).bold()
Callers
6
cmd_version
Function · 0.85
print_banner
Function · 0.85
print_step
Function · 0.85
print_info
Function · 0.85
prompt_confirm_compact
Function · 0.85
test_theme_style_returns_style
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_theme_style_returns_style
Function · 0.68