1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Make text blue like twitter

This commit is contained in:
Kenny Wu 2018-07-31 20:27:27 -07:00
parent 31c943e537
commit f8ac387d79

View File

@ -34,7 +34,7 @@ func (widget *Widget) Refresh() {
func (widget *Widget) contentFrom(tweets []Tweet) string {
if len(tweets) == 0 {
return fmt.Sprintf("\n\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]No Tweets[white]", 50))
return fmt.Sprintf("\n\n\n%s", wtf.CenterText("[blue]No Tweets[white]", 50))
}
str := ""