Skip to content

Commit

Permalink
prefer blacks TrueColor
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Jan 2, 2025
1 parent cf2764b commit ce165c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func main() {

baseStyle := tcell.StyleDefault.
Background(tcell.ColorDefault).
Foreground(tcell.ColorBlack).
Foreground(tcell.ColorBlack.TrueColor()).
Bold(true)
defaultStyle := baseStyle.Foreground(tcell.ColorDefault)
selectedStyle := baseStyle.Background(tcell.ColorGray)
Expand Down

0 comments on commit ce165c2

Please sign in to comment.