Skip to content

Commit e47fedd

Browse files
committed
clarify difference between focused and blurred styles
1 parent ee784cf commit e47fedd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/iostreams/charm_theme.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ var (
4040
func ThemeSlack() *huh.Theme {
4141
t := huh.ThemeBase()
4242

43-
// Focused field styles
43+
// Focused styles apply to the field the user is currently interacting with.
44+
// Blurred styles apply to visible fields that are not currently active.
4445
t.Focused.Base = t.Focused.Base.
4546
BorderForeground(slackAubergine)
4647
t.Focused.Title = lipgloss.NewStyle().

0 commit comments

Comments
 (0)