[Request] Plasma color scheme template to match the konsole template as well as a kvantum theme #130
Replies: 3 comments 1 reply
-
A GTK theme would also be possible using all SVG assets, though that's way above my pay grade. However, I have already begun work on a Plasma color scheme and a Kvantum theme, but they could likely be greatly improved by someone with more UI design experience. I am happy to share what I have done so far if this sounds like an undertaking anyone would be interested in. |
Beta Was this translation helpful? Give feedback.
-
i am familiar with this: https://discuss.kde.org/t/global-pywal16-integration/27123 thread if that's the one you reference i have been slowly grinding at a solution to have qt and gtk more or less agree on themeing, https://github.com/eylles/pywal16-libadwaita i got no idea how to make plasma colorschemes tho, i'm also working on colorizing icons and cursors but that is from other repos. |
Beta Was this translation helpful? Give feedback.
-
I see. Pardon my ignorance, but I was wondering if it might be simpler to
create GTK 2/3/4 themes that utilize SVG assets and use those themes as
Pywal templates. Could you start with a base theme that already exists
across these frameworks, replace their assets with SVGs, use Pywal
variables instead of colors, and place the folder in
~/.config/wal/templates? Then, you could just symlink the generated
theme(s) to ~/.themes.
This is the approach I've taken with Kvantum, using the Utterly Sweet theme
for Plasma. I replaced the colors with Pywal variables and placed the
configs in ~/.config/wal/templates/Kvantum, then symlinked
~/.cache/wal/Kvantum to ~/.config/Kvantum/Pywal.
The changes are applied immediately, and all I need to do is run wal then
reopen my Qt apps. I apologize if this isn't a feasible approach or
complicates development – I'm out of my depth here and just brainstorming
based on my experience.
…On Fri, Feb 28, 2025, 2:01 PM eylles ***@***.***> wrote:
i am familiar with this:
https://discuss.kde.org/t/global-pywal16-integration/27123 thread if
that's the one you reference
i have been slowly grinding at a solution to have qt and gtk more or less
agree on themeing, https://github.com/eylles/pywal16-libadwaita
i still have a lot of work to do but it consists on making gtk2, gtk3,
gtk4/libadwaita and qt (through kvantum) look and feel as cohesive as
possible, the plan rn is that the finished python script will be a thin cli
to a library that can build gradience style json themes from pywal themes
(maybe also from base16 but that would be later down the line), then use
the gradience style json themes to export the colors into css for gtk 3 and
gtk4, recolorize the kvlibadwaita kvantum theme and if required to also
build gtk2 gtkrc files so that programs still using gtk2 can get colors and
styling that more or less fit.
i got no idea how to make plasma colorschemes tho, i'm also working on
colorizing icons and cursors but that is from other repos.
—
Reply to this email directly, view it on GitHub
<#130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMTNADOYU4L27ZXKGD2KYW32SDMDPAVCNFSM6AAAAABYAML7D2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZVGY4TENY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've personally been trying my hand at doing this but haven't made any super reasonable progress. I even posted to the KDE Discuss forum saying pywal would be a cool feature to implement into the DE itself but there didn't seem to be much consensus on how desirable that would be for the community. Personally I think it would be super useful.
Beta Was this translation helpful? Give feedback.
All reactions