Skip to content

Commit

Permalink
example: make the text editor example more legible (to me, at least)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 11, 2024
1 parent 9567f42 commit d300d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-bin/example.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ darkTheme :: V.Attr
darkTheme = V.Attr {
V.attrStyle = V.SetTo V.standout
, V.attrForeColor = V.SetTo V.black
, V.attrBackColor = V.Default
, V.attrBackColor = V.SetTo V.green
, V.attrURL = V.Default
}

Expand Down

0 comments on commit d300d49

Please sign in to comment.