You are not logged in.
This is how my panel looks now
with focus on Firefox which is hardly distinguishable from the rest (just a bit more grey).
I would love to change that "highlight" to be of the color of my liking,
Cheers
Last edited by Wat Tyler (2020-05-11 23:17:05)
Offline
Hello and welcome.
You need to tell us more about your setup - the tweaks may be version or theme-dependent:
Xfce version ("xfce4-about -V")
xfce4-panel version ("xfce4-panel -V")
distro being used
Appearance (GTK) theme being used
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
Thank you for your quick answer.
$ xfce4-about -V
xfce4-about 4.14.1 (Xfce 4.14)
Copyright (c) 2008-2019
The Xfce development team. All rights reserved.
$ xfce4-panel -V
xfce4-panel 4.14.4 (Xfce 4.14)
$ uname -a
Linux archlinux 5.6.11-arch1-1 #1 SMP PREEMPT Wed, 06 May 2020 17:32:37 +0000 x86_64 GNU/Linux
Theme being used is called Synthetic
Offline
The panel is GTK3 then. The only synthetic theme I can find is an xfwm4 theme. Do you have a link to the theme? And/Or:
xfconf-query -c xsettings -p /Net/ThemeName
Based on the image, can you try something like this in ~/.config/gtk-3.0/gtk.css?
.tasklist button:checked { background-image: none; background-color: red ; border-color: red; }
...and restart the panel:
xfce4-panel -r
...see if the background colour changes to red.
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
You're a magician.
This one worked for me perfect:
$ echo ".tasklist button:checked { background-image: none; background-color: red ; border-color: red; }" > ~/.config/gtk-3.0/gtk.css
$ xfce4-panel -r
Thank you very much for your help.
Last edited by Wat Tyler (2020-05-11 23:16:08)
Offline
Red was an example. Are you going to stick with the red? It can be tweaked to be any colour:
- as a color name
- as "rgb(xxx,yyy,zzz)" where xxx is a red value between 0 and 255, yyy is a green value and zzz is a blue value
- as "rgba(xxx,yyy,zzz,a.a) where a.a is a float between 0.0 (transparent) and 1.0 (opaque)
... and more.
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
No, I'm not gonna stick with red and I've figured out I can use in place of color name any number in base 16 format between #000000 and #ffffff.
There are plenty tools and web pages where one can pick suitable color and matching number.
Once again big thank you for your solution.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 545.98 KiB (Peak: 546.83 KiB) ]