Skip to content

Commit

Permalink
bright temp
Browse files Browse the repository at this point in the history
  • Loading branch information
inv2004 committed Jan 18, 2023
1 parent 85a9c44 commit 75f02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttop/tui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ proc temp(tb: var TerminalBuffer, value: Option[float64], limit: float64) =
if value.get > limit:
tb.write bgRed
else:
tb.write fgBlue
tb.write fgBlue, styleBright
tb.writeR formatC(value.get), -1
tb.write bgNone

Expand Down

0 comments on commit 75f02e0

Please sign in to comment.