Closed d2718nis closed 2 weeks ago
Can confirm the bold
modifier works properly with all types of colors when built with the latest libshared
commit https://github.com/GothenburgBitFactory/libshared/commit/47a750c385133dd14a0957691fe21cbe46e80b10
Issue
Currently, only the basic colors (e.g.,
red
,magenta
, etc.) can be rendered in bold when configuring theme colors. Attempting to apply thebold
modifier to 256-color or RGB color values does not work as expected. Examples:Output from
task color legend
:Explanation
Most terminals support rendering bold text with colors from the full 256-color palette using ANSI escape sequences. For example:
Solution
After some research, I discovered that this issue was actually resolved just over a week ago in this pull request! To implement the fix in Taskwarrior, it just needs to update its libshared dependency to the latest commit.