Skip to content

Commit

Permalink
fix color attributes (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
askovpen authored Sep 6, 2024
1 parent abdce1e commit 137b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/colorscheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ func readColors() error {
}
}
StyleDefault = GetElementStyle(ColorAreaDefault, ColorElementText)
// ??? StyleDefault.Attributes(tcell.AttrNone)
StyleDefault = StyleDefault.Attributes(tcell.AttrNone)
return nil
}

0 comments on commit 137b279

Please sign in to comment.