You are not logged in.
Pages: 1
How can I change the color of these grey app tabs in my panel?
Here's a pic:
https://app.box.com/s/v5vv20b96qlx3yhkvzo77szkd4tm4s0p
Last edited by silver007 (2016-11-26 03:52:00)
Debian 8.6
xfce4
Offline
Hello and welcome.
If you just want to change colours, use an ~/.gtkrc-2.0 snippet like this:
style "my-window-buttons"
{
bg[ACTIVE] = "#ff0000"
bg[PRELIGHT] = "#00ff00"
bg[SELECTED] = "#0000ff"
fg[NORMAL] = "#ffff00"
fg[ACTIVE] = "#00ff00"
fg[PRELIGHT] = "#0000ff"
}
widget "*XfceTasklist*" style "my-window-buttons"
...and change the colour values to match what you want.
If you are looking at making them transparent, then have a read through this thread. The answer lies in putting the "panel-button-hover.png" file in your home directory and the contents of post #18 in your ~/.gtkrc-2.0 file.
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 ---
Online
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 522.09 KiB (Peak: 522.93 KiB) ]