Ihor Radchenko wrote:
Could you please provide a reproducer that demonstrate the problem you are trying to solve? In my tests, I do see 'org-checkbox face being clearly visible.
The issue occurs when a theme customizes a single face attribute (e.g. :foreground) differently for org-list-dt and org-checkbox. To reproduce, try:
(custom-set-faces '(org-checkbox ((t (:foreground "red")))) '(org-list-dt ((t (:foreground "blue"))))) And then open an org buffer with the text: - [X] the term should be blue :: and the checkbox should be red Without the patch, the checkbox is also blue.
