Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ success
Method
success
crates/opencode-tui/src/theme/mod.rs:650–652 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
648
}
649
650
pub fn success() -> Style {
651
Style::default().fg(Color::Rgb(80, 200, 120))
652
}
653
654
pub fn error() -> Style {
655
Style::default().fg(Color::Rgb(255, 80, 80))
Callers
6
read_with_command
Function · 0.45
write_with_command
Function · 0.45
read_raw_with_command
Function · 0.45
read_image_macos
Function · 0.45
read_image_windows
Function · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected