org-beautify-theme icon indicating copy to clipboard operation
org-beautify-theme copied to clipboard

Weird looking checkboxes

Open ChrisBuchholz opened this issue 5 years ago • 1 comments

Hi

Checkboxes are looking very opposite to beautiful with org-beautify.

Skærmbillede 2019-06-24 kl  18 08 04

I have checked a few different themes, and checked org-beautify's code too, and it seems (to me anyway) that that is the supposed look. But it doesn't look very beautiful, does it? Looks more like a bug or something.

Is there a bug in my setup or something? What is going on?

ChrisBuchholz avatar Jun 24 '19 16:06 ChrisBuchholz

I disliked this style as well, experimented with some variables and came up with the following solution:

(custom-set-faces '(org-checkbox ((t (:foreground nil :background nil :box nil org-todo)))))

Since I do not want to execute it manually every time, and I'm fairly new to Emacs — this would be the perfect use-case for a hook "after-loading-org-beautify" — simply edited the original file located at emacs.d/elpa/org-beautify-theme.el at line 109 (https://github.com/jonnay/org-beautify-theme/blob/df6a1114fda313e1689363e196c8284fbe2a2738/org-beautify-theme.el#L109).

If someone manages to pour this into a hook, please notify me.

t89 avatar Aug 30 '19 18:08 t89