v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-17 16:20:33 -07:00

update ui

This commit is contained in:
eeeXun 2022-10-18 01:18:08 +08:00
parent bcf68157f4
commit fb41d7ef5c

3
ui.go
View File

@ -7,8 +7,9 @@ import (
type Colors struct {
background_color tcell.Color
foreground_color tcell.Color
border_color tcell.Color
foreground_color tcell.Color
text_color tcell.Color
}
type Window struct {