ichernyshovvv / org-timeblock

Schedule your day visually, using timeblocking technique inside Emacs
GNU General Public License v3.0
275 stars 18 forks source link

Apperance: background is white with dark themes #31

Closed mskorzhinskiy closed 12 months ago

mskorzhinskiy commented 12 months ago

Possibly I have not found the correct way to configure the appearance, but when I try to use this package with modus-vivendi theme (i.e. dark background themes), package draws background in white:

Screenshot from 2023-09-19 22-12-19

Configuration:

mskorzhinskiy commented 12 months ago

OK. Just took a look into the code:

(defvar ot-background-color (face-attribute 'default :background))

And for some reason it is #000000! I will investigate further.

mskorzhinskiy commented 12 months ago

I see now that the implementation tries to determine correct theme background and it seems that it correctly determines that background is pitch-black. However, for some reason, the background is still white and my debugging session didn't yet yield any interesting results.

ichernyshovvv commented 12 months ago

The displayed SVG image in *org-timeblock* buffer does not have any background. It's transparent =). Do you have this issue with emacs -q?

mskorzhinskiy commented 12 months ago

The displayed SVG image in org-timeblock buffer does not have any background. It's transparent =).

I see.

Do you have this issue with emacs -q?

Have not yet tried, but seems to be working fine on my other emacs installation. It is either my emacs configuration issue or emacs installation issue.

I will close the issue, as seems clear that it is not the package issue and will post my findings if I will be able to understand what was wrong for the record.