vinceliuice / WhiteSur-gtk-theme

MacOS like theme for all gtk based desktops
MIT License
5.86k stars 607 forks source link

[Request] Dark themed apps like Yaru Dark #239

Open stackingflow opened 3 years ago

stackingflow commented 3 years ago

Hi Devs!

Deafult Yaru dark theme makes some app like pick, timeshift, gparted etc. dark mode. Can you please add similar feature in whitesur?

App Name is PICK (Color Picker)

Whitesur -> issue3

Yaru Dark -> issue3-1

vinceliuice commented 3 years ago

Run ./tweaks.sh -s

vinceliuice commented 3 years ago

You need install this theme snap version

vinceliuice commented 3 years ago

https://snapcraft.io/whitesur-gtk-theme

stackingflow commented 3 years ago

I installed the snap version right now. I can't run ./tweaks.sh -s because I installed the gnome-look.org version.

Edit 1: Okay I ran the command sudo snap connect pick-colour-picker:gtk-3-themes whitesur-gtk-theme:gtk-3-themes and it worked for pick application.

I ran command for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i whitesur-gtk-theme:gtk-3-themes; done and it installed for all the snaps packages.

Is there any way to undo this or these changes are permanent?

stormbeforesunsetbee commented 3 years ago

Is there any way to undo this or these changes are permanent?

Yes, it is. You can run ./tweaks.sh -s -r then

-r means "revert"

ghost commented 3 years ago

Just a friendly tip:

Try using Flatpak instead of Snap, Flatpak has less glitches and less inconsistency regarding custom themes. You still have to connect WhiteSur to Flatpak, but it's easier + looks generally better. But using official .deb and .tar.gz files are ALWAYS better.

stackingflow commented 3 years ago

Just a friendly tip:

Try using Flatpak instead of Snap, Flatpak has less glitches and less inconsistency regarding custom themes. You still have to connect WhiteSur to Flatpak, but it's easier + looks generally better. But using official .deb and .tar.gz files are ALWAYS better.

Can you link the flatpak version?

ghost commented 3 years ago

Can you link the flatpak version?

I've found this app, not exactly the same app, but has same functionality apparently, thus, less glitchy with custom themes. There's also this article showing lots of color picker apps for LiNUX in general.

And about PICK, you can build it from scratch and avoid using Snap.