Xfce Forum

Sub domains
 

You are not logged in.

#1 2016-11-26 03:47:15

silver007
Member
Registered: 2016-11-26
Posts: 1

Change color of panel tabs

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

#2 2016-11-26 12:59:51

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

Re: Change color of panel tabs

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 ---

Offline

Board footer

Powered by FluxBB