diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-05 22:39:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-05 22:39:58 +0300 |
| commit | 9f395a03f25941d8ed98ec43035688daa1e8877f (patch) | |
| tree | bf3a2a97012c876cced1cc03c006af1a86113a61 /internal/config | |
| parent | f70622f307629a2542ea5eb128dea8c1043d3a40 (diff) | |
more on this
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/client.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/client.go b/internal/config/client.go index 152ab15..ecd05c5 100644 --- a/internal/config/client.go +++ b/internal/config/client.go @@ -162,8 +162,8 @@ func newDefaultClientConfig() *ClientConfig { HostnameBg: color.BgCyan, HostnameFg: color.FgBlack, TextAttr: color.AttrNone, - TextBg: color.BgCyan, - TextFg: color.FgBlack, + TextBg: color.BgBlack, + TextFg: color.FgWhite, }, Common: commonTermColors{ SeverityErrorAttr: color.AttrBold, |
