milkypostman/powerline

Transparency breaks separators

Opened this issue · 0 comments

I have transparency enabled with the new Emacs 29 feature:

(set-frame-parameter nil 'alpha-background 90)

(add-to-list 'default-frame-alist '(alpha-background . 90))

This causes the modeline to look like this:
2024-04-24_14-14_1
2024-04-24_14-14

Disabling transparency fixes the issue, and increasing it makes it worse
2024-04-24_14-16
^alpha of 70

Tried setting powerline-image-apple-rgb but just seems to make the problem worse.

Emacs Version:
GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)