Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-03-30 09:21:53

Henk
Member
Registered: 2024-03-30
Posts: 6

Remove Custom Colors in Panel appearance settings

Hi guys

I have made a few custom colors for my panel background in panel preferences-appearance-background. Is there a way to remove the extra custom colors that I have made from these settings?

Offline

#2 2024-03-30 12:41:26

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,241

Re: Remove Custom Colors in Panel appearance settings

It looks like gtk stores those in the dconf database - specifically at org.gtk.Settings.ColorChooser in the "custom-colors" field.

gsettings get org.gtk.Settings.ColorChooser custom-colors

If you use dconf-editor, you can edit those values in-line.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2024-03-30 18:11:19

Henk
Member
Registered: 2024-03-30
Posts: 6

Re: Remove Custom Colors in Panel appearance settings

Thanks. I really struggled finding these settings. Just in case anyone else meets this problem. The path to the fix is below.

In the GTK editor...

org → gtk → settings → color-chooser and set the custom-colors value to [ ]

Offline

#4 2024-03-30 18:16:36

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,241

Re: Remove Custom Colors in Panel appearance settings

If you just want to delete the complete set of existing custom colors, you can:

gsettings reset org.gtk.Settings.ColorChooser custom-colors

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2024-03-30 20:55:27

Henk
Member
Registered: 2024-03-30
Posts: 6

Re: Remove Custom Colors in Panel appearance settings

Great stuff. Thanks.

Offline

Board footer

Powered by FluxBB