feat: default system theme (#419)
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
This commit is contained in:
parent
db24bf87c0
commit
7d13baadc8
33 changed files with 1221 additions and 436 deletions
|
|
@ -66,6 +66,7 @@ func main() {
|
|||
|
||||
program := tea.NewProgram(
|
||||
tui.NewModel(app_),
|
||||
// tea.WithColorProfile(colorprofile.ANSI),
|
||||
tea.WithAltScreen(),
|
||||
tea.WithKeyboardEnhancements(),
|
||||
tea.WithMouseCellMotion(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue