We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee784cf commit e47feddCopy full SHA for e47fedd
1 file changed
internal/iostreams/charm_theme.go
@@ -40,7 +40,8 @@ var (
40
func ThemeSlack() *huh.Theme {
41
t := huh.ThemeBase()
42
43
- // Focused field styles
+ // Focused styles apply to the field the user is currently interacting with.
44
+ // Blurred styles apply to visible fields that are not currently active.
45
t.Focused.Base = t.Focused.Base.
46
BorderForeground(slackAubergine)
47
t.Focused.Title = lipgloss.NewStyle().
0 commit comments