KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.88k stars 455 forks source link

Bold is removed when using custom colors #628

Open soullivaneuh opened 5 years ago

soullivaneuh commented 5 years ago

I'm submitting a ... (check one with "x")

[x] bug report
[ ] new distro request

If I try to change default colors with -c option, bold is removed from labels:

Screenshot_2019-07-28_23-47-32

I didn't find any option to keep bold in place, so I assume it's a bug.

Regards

koostosh commented 5 years ago

Guess you could try -c "4;1,7;22". Screenshot from 2019-09-20 15-04-48 I would rather call this missing feature not a bug. Some built-in colors have bold enabled, but there is no special flag to restore this behavior as method can strongly vary depending on terminal. However describing this trick in help page could be useful. BTW. This should work in terminals that support 256 colors. In other terminals without change in code there are hard-coded colors with bold numbered 8-15

soullivaneuh commented 5 years ago

@koostosh It indeed works with `-c "4;1,7;22", thanks!

I let the issue open. Feel free to close it if there is nothing left to do. :+1:

KittyKatt commented 5 years ago

I was actually aware of this, but never properly documented the way to do it. The custom coloring has needed a rework and rewrite for a long time.