feat: add search with preview
This commit is contained in:
@@ -105,4 +105,13 @@ var (
|
||||
ErrorStyle = lipgloss.NewStyle().
|
||||
Foreground(ColorError).
|
||||
Bold(true)
|
||||
|
||||
// Search overlay styles
|
||||
SearchMatchStyle = lipgloss.NewStyle().
|
||||
Background(ColorAccent).
|
||||
Foreground(ColorBackground).
|
||||
Bold(true)
|
||||
|
||||
SearchSelectedStyle = lipgloss.NewStyle().
|
||||
Background(ColorHighlight)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user