diff options
| author | adamdottv <[email protected]> | 2025-04-30 15:23:19 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-04-30 15:23:19 -0500 |
| commit | 7bc542abff85d18112b3e61556659a496d6dc668 (patch) | |
| tree | 6a66c8c8f6d56bc282f22de4b6d598f7e64fc3aa /internal/tui/styles | |
| parent | ed50c3678999e6b0e42bd14367b79e4348db29cf (diff) | |
| download | opencode-7bc542abff85d18112b3e61556659a496d6dc668.tar.gz opencode-7bc542abff85d18112b3e61556659a496d6dc668.zip | |
fix: better diagnostics visual
Diffstat (limited to 'internal/tui/styles')
| -rw-r--r-- | internal/tui/styles/icons.go | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index 9ed9624d4..e71080275 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -3,11 +3,9 @@ package styles const ( OpenCodeIcon string = "⌬" - CheckIcon string = "✓" - ErrorIcon string = "✖" - WarningIcon string = "⚠" - InfoIcon string = "ℹ" - HintIcon string = "➤" - SpinnerIcon string = "..." - LoadingIcon string = "⟳" + ErrorIcon string = "ⓧ" + WarningIcon string = "ⓦ" + InfoIcon string = "ⓘ" + HintIcon string = "ⓗ" + SpinnerIcon string = "⟳" ) |
