Skip to content

Commit

Permalink
use a different green
Browse files Browse the repository at this point in the history
  • Loading branch information
FKD13 committed Aug 12, 2024
1 parent 625806d commit ba5ab88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screen/spotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func NewSpotify(screenApp *ScreenApp) *Spotify {

spotify.view.SetTitle(" Spotify ")
spotify.view.SetBorder(true)
spotify.view.SetTextColor(tcell.ColorLimeGreen)
spotify.view.SetBorderColor(tcell.ColorLimeGreen)
spotify.view.SetTitleColor(tcell.ColorLimeGreen)
spotify.view.SetTextColor(tcell.ColorGreen)
spotify.view.SetBorderColor(tcell.ColorGreen)
spotify.view.SetTitleColor(tcell.ColorGreen)

return &spotify
}
Expand Down

0 comments on commit ba5ab88

Please sign in to comment.