Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Change colours in XFCE4 panel
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
alogim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2015
Posts: 131

PostPosted: Sun Aug 13, 2017 9:10 pm    Post subject: Change colours in XFCE4 panel Reply with quote

Good evening everyone.
I have a panel in XFCE that has a strange colours' combination, as you can see in this picture. I would like to have a darker colour in the font of the panel. Besides, when I hover with the mouse on one of the windows' buttons, it becomes completely white, as shown here.

Currently, I have Arc as theme for both the window manager and the system style, but I am not able to find out the correct variable to edit in order to change the panel scheme and behaviour. I assume I need to change something in /usr/share/themes/Arc/gtk-2.0 and gtk-3.0.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Mon Aug 14, 2017 1:07 pm    Post subject: Reply with quote

You can try with xfconf-query command
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sdoubleyou
n00b
n00b


Joined: 27 May 2016
Posts: 42

PostPosted: Tue Aug 15, 2017 5:31 am    Post subject: Reply with quote

You can add a new style to your ~ / .gtkrc-2.0 (if it does not exist, simply create it) and try

Code:
style "panel"
{
  bg[NORMAL] = "#ff0000"
}

widget_class "*Panel*"      style "panel"
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"

or
Code:
style "panel"
{
  bg[NORMAL] = "#181818"
  fg[NORMAL] = "#FFFFFF"
  }

widget_class "*Panel*"      style "panel"
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum