Border line color



Hi,
With lxappearance and the gtkrc file I would to change the border line color (like in the image, on white). 
What I have to write on the gtkrc file?

Files :
lxappearance.png (what I want for border line)
http://propagando.diogoantunes.org/images/Testoj/lxappearance.png
gtkrc (what I have for the moment):

gtk_color_scheme = 
"fg_color:#00ff00;fg_selected:#ffffff;bg_color:#111111;bg_selected:#009900;bg_active:#000000;base_color:#000000;text_color:#ffffff"

style "default"
{
   fg[NORMAL]        = @fg_color
   fg[PRELIGHT]      = @fg_selected
   fg[SELECTED]      = "#ffffff"
   fg[ACTIVE]        = @fg_selected
   fg[INSENSITIVE]   = darker (@bg_color)
 
   bg[NORMAL]       = @bg_color
   bg[PRELIGHT]     = @bg_selected
   bg[SELECTED]     = @bg_selected
   bg[INSENSITIVE]  = @bg_active
   bg[ACTIVE]       = @bg_active
 
   base[NORMAL] = @base_color
   base[PRELIGHT] = @bg_selected
   base[ACTIVE]  = shade (0.8, @bg_selected)
   base[SELECTED]  = @bg_selected
   base[INSENSITIVE] = @bg_selected
   
   text[NORMAL] = @fg_color
   text[PRELIGHT] = @fg_color
   text[ACTIVE]   = @text_color
   text[SELECTED]  = @text_color
   text[INSENSITIVE]= @bg_active
 
   GtkRange::slider_width = 13
   GtkRange::stepper_size = 13
   GtkRange::trough_border = 1

   GtkScale::slider_width = 12
   GtkScale::stepper_size = 12
   GtkScale::trough_border = 2

   GtkScale::slider_length = 16
   GtkCheckButton::indicator_size = 12
   GtkCheckButton::indicator_spacing = 3
   GtkCheckMenuItem::indicator_size = 10

   GtkOptionMenu::indicator_size = {11,6}
   GtkOptionMenu::indicator_spacing = {30,5,2,2}

   GtkScrollbar::min_slider_length = 25

   GtkWidget::link-color = "#ffffff"
   GtkWidget::visited-link-color = "#009900"

   GtkNotebook::tab-curvature = 5
   GtkNotebook::tab-overlap = 2
}

class "GtkWidget" style "default"


Thanks.

-- 
Libere,
Pascal Diogo Antunes.
 
"Plus il y a d'interdits dans le monde, et plus l'esprit du peuple s'appauvrit. Plus on publie de lois et de 
décrets et plus il y a de voleurs et de brigands."- Lao Tseu.

Attachment: pgpciyJz179_a.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]