Closed technicalpickles closed 9 months ago
I think it may be an issue with your terminal, seems to work in mine:
I'm using iTerm, with the "smoooooth" pallet, under profile -> colors, and font FireCode Nerd Font Mono.
My settings:
Apparently there's a difference between "bright white" and "bold". It seems doing .white().bold()
was doing the former, and my color scheme basically was the same.
The tput
snippet was doing bold, which was actually different.
While working on https://github.com/ethankhall/scope/pull/34 I noticed that the headings are using
.bold()
, but they don't seem to be bolded:I thought it could be my terminal, but using escape codes from
tput
seem to work: