dt button colors again

I am still thrashing with button colors in dt.
Am running Manjaro/Arch/XFCE
I have installed the user.css installed with buttons as follows:

/* GTK Buttons and tabs */
@define-color button_border @grey_15;
@define-color button_fg @grey_01;
@define-color button_checked_bg @grey_40;
@define-color button_checked_fg @orange_00;
@define-color button_hover_bg @orange_00;

But my checked buttons are a very light gray and hard to read. Can this be a conflict with GTK version?
Why would dt override the user.css file?

Where is the orange color coming from?

This section is directly taken from the ‘user.css’ that came from this site.
I am assuming that an active button should be colored orange … am I mistaken?

Hello,

You are using one of the versions of the custom theme that I made some time ago, I recently made some adjustments to this custom theme and the latest version of the theme is in this post.

Thank you … running correctly now.
The “save CSS and apply” button did not appear to be initiating your changes … now, directly placing your version it works just fine.

1 Like