Skip to content

Commit

Permalink
docs: update example in query.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 31, 2024
1 parent e4267ab commit 6fa8a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ func BackgroundColor(in *os.File, out *os.File) (bg color.Color, err error) {
// depending on what you're writing to.
//
// hasDarkBG, _ := HasDarkBackground(os.Stdin, os.Stdout)
// adaptive := Adapt(hasDarkBG)
// myHotColor := Color("#ff0000", "#0000ff")
// lightDark := LightDark(hasDarkBG)
// myHotColor := lightDark("#ff0000", "#0000ff")
//
// This is intedded for use in standalone Lip Gloss only. In Bubble Tea, listen
// for tea.BackgroundColorMsg in your update function.
Expand Down

0 comments on commit 6fa8a85

Please sign in to comment.