Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window title bug on KDE #4

Open
xurich-xulaco opened this issue Nov 24, 2022 · 1 comment
Open

Window title bug on KDE #4

xurich-xulaco opened this issue Nov 24, 2022 · 1 comment

Comments

@xurich-xulaco
Copy link

Even though a GTK theme doesn't need to work 100% on any Qt based DE, I've seem to stumbled upon a strange occurrence with gtk based apps, as the window titles are strangely transparent and not in all cases:

White:
image

Black
image

@Elbullazul
Copy link
Member

Headerbars have some transparency in the code, so it's probably what's causing the issue.

You're probably using the GTK 3 theme, right? Try editing the color in line 1588 of gtk-dark.css to

background-color: rgba(31, 31, 31, 1);

xurich-xulaco added a commit to xurich-xulaco/Windows-10-Acrylic-Dark that referenced this issue Nov 25, 2022
As suggested by [This issue#4 on the white theme](B00merang-Project/Windows-10-Fluent#4 (comment)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants