Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawshell/clawshell
/ theme_bold
Function
theme_bold
src/tui.rs:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
pub fn theme_bold() -> Style {
49
Style::new().color256(208).bold()
50
}
51
52
pub fn success_style() -> Style {
53
Style::new().green().bold()
Callers
3
print_banner
Function · 0.85
print_section
Function · 0.85
test_theme_bold_returns_style
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_theme_bold_returns_style
Function · 0.68