Hi, since in Manjaro’s community there are experts/makers of themes (also in Team members) I ask here to get rid of what is puzzling me
I have a GTK Theme (sweet dark) which I’m editing accordingly to my tastes, I succesfully change most of the colors, but for a pair of them I’m not able, I cannot figure out what to check in the css files.
The first is the border around some buttons, like, eg, this one which appears in Pamac:
I checked the colors code which goes from #59065f (89, 6, 95) to #160117 (22, 1, 23), - so should be a gradient, but there are no track of these colors, in the css files…
Solved by @bill_t:
button.text-button.toggle:checked { border: 2px solid #ff0000; box-shadow: none; }
The second one is about files drag and drop in Thunar. But firstly let’s see how this works in Adwaita Dark:
When a file is dropped inside a directory, the borders are highlighed with a green color.
In sweet dark instead, such color is barely visible:
Solved by @bill_t:
.thunar :not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active) { border: 2px solid #ff0000; }
Can someone explain me what I have to check or add to change these colors?
I leave here the links of css files:
Many thanks.