openapi
This commit is contained in:
12
pkg/tui/styles/icons.go
Normal file
12
pkg/tui/styles/icons.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package styles
|
||||
|
||||
const (
|
||||
OpenCodeIcon string = "ⓒ"
|
||||
|
||||
ErrorIcon string = "ⓔ"
|
||||
WarningIcon string = "ⓦ"
|
||||
InfoIcon string = "ⓘ"
|
||||
HintIcon string = "ⓗ"
|
||||
SpinnerIcon string = "⟳"
|
||||
DocumentIcon string = "🖼"
|
||||
)
|
||||
Reference in New Issue
Block a user