Skip to content

Commit

Permalink
changes connection table colors for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Jun 29, 2024
1 parent 57369c6 commit a3c9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ConnectionsTable.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewConnectionsTable() *ConnectionsTable {
errorTextView: errorTextView,
}

table.SetSelectedStyle(tcell.StyleDefault.Foreground(tview.Styles.SecondaryTextColor).Background(tcell.ColorGray))
table.SetSelectedStyle(tcell.StyleDefault.Foreground(tview.Styles.PrimaryTextColor).Background(tview.Styles.SecondaryTextColor))

wrapper.AddItem(table, 0, 1, true)

Expand Down

0 comments on commit a3c9fb5

Please sign in to comment.