Closed rpadaki closed 1 year ago
Merging #112 (0818718) into main (1a50771) will not change coverage. The diff coverage is
37.50%
.
@@ Coverage Diff @@
## main #112 +/- ##
=======================================
Coverage 81.88% 81.88%
=======================================
Files 5 5
Lines 762 762
=======================================
Hits 624 624
Misses 114 114
Partials 24 24
Files | Coverage Δ | |
---|---|---|
main.go | 62.13% <37.50%> (ø) |
Wow! This is nice. Thank you
I released it now at v0.9.7 🚀
This PR switches to using
color.Bold
instead ofcolor.FgWhite, color.Bold
. This is because the white+bold combination always renders as white, whether the terminal is in dark or light mode. By just using bold, we get the same output in dark mode but also get legible output in light mode.Before and after (light) showing the fix
Before and after (dark) showing no regression