feat: create dialog

This commit is contained in:
2024-01-20 21:58:49 -06:00
parent c24251cfbf
commit 639788d37b
11 changed files with 715 additions and 62 deletions

View File

@@ -41,4 +41,7 @@ var (
ButtonFgColor = tcell.ColorLightBlue
ButtonSelectedFgColor = tcell.ColorBlack
ButtonSelectedBgColor = tcell.ColorWhite
InputFieldBgColor = tcell.ColorGray
DropdownUnselected = tcell.StyleDefault.Background(tcell.ColorWhiteSmoke).Foreground(tcell.ColorBlack)
DropdownSelected = tcell.StyleDefault.Background(tcell.ColorLightSlateGray).Foreground(tcell.ColorWhite)
)