oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

.bold() formatting doesn't seem to actually bold #35

Closed technicalpickles closed 9 months ago

technicalpickles commented 9 months ago

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:

CleanShot 2024-01-24 at 12 49 26

I thought it could be my terminal, but using escape codes from tput seem to work:

CleanShot 2024-01-24 at 12 51 23

ethankhall commented 9 months ago

I think it may be an issue with your terminal, seems to work in mine:

image

I'm using iTerm, with the "smoooooth" pallet, under profile -> colors, and font FireCode Nerd Font Mono.

My settings:

Screenshot 2024-01-24 at 19 22 15 Screenshot 2024-01-24 at 19 22 26
technicalpickles commented 9 months ago

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.