Skip to content

Commit

Permalink
Added white theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Mar 24, 2024
1 parent 0b15baf commit f999a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tui/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (pv *pcView) setLogViewStyle(s *config.Styles) {
pv.logsText.SetBorderColor(s.BorderColor())
pv.logsText.SetTitleColor(s.Body().SecondaryTextColor.Color())
pv.logsText.SetBackgroundColor(s.BgColor())
pv.logsText.SetTextColor(s.FgColor())
}

func (pv *pcView) setHelpTextStyles(s *config.Styles) {
Expand Down

0 comments on commit f999a54

Please sign in to comment.