Skip to content

Commit

Permalink
tweaked connection message format in Main.elm
Browse files Browse the repository at this point in the history
  • Loading branch information
wsowens committed Sep 3, 2020
1 parent da86eae commit d02f319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/wsterm-element.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wsterm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echoFormat =
{- Connection messages are blue and italic. -}
conFormat : ANSI.Format
conFormat =
{ defaultFormat | foreground = ANSI.BrightBlue, italic = True }
{ defaultFormat | foreground = ANSI.Blue, italic = True }

{- Error messages are red and italic. -}
errFormat : ANSI.Format
Expand Down

0 comments on commit d02f319

Please sign in to comment.