Re: change window color
- From: John Cupitt <john cupitt ng-london org uk>
- To: Luiz Rafael Culik Guimaraes <culikr brturbo com>
- Cc: gtk-list gnome org
- Subject: Re: change window color
- Date: Tue, 25 May 2004 18:34:55 +0000
Luiz Rafael Culik Guimaraes wrote:
How to change the windows color
ie from the default back ground color(ligth gray) to lets say red
Try putting these lines in your .gtkrc:
style "pink"
{
bg[NORMAL] = { 1.000, 0.80, 0.80 }
fg[NORMAL] = { 1.000, 0.40, 0.60 }
bg[PRELIGHT] = { 1.000, 0.80, 1.00 }
fg[PRELIGHT] = { 1.000, 0.40, 0.60 }
bg[ACTIVE] = { 1.000, 0.80, 0.80 }
fg[ACTIVE] = { 1.000, 0.40, 0.60 }
bg[SELECTED] = { 1.000, 0.60, 0.80 }
fg[SELECTED] = { 1.000, 0.00, 0.00 }
base[NORMAL] = { 1.000, 0.60, 0.80 }
text[NORMAL] = { 1.000, 0.00, 0.00 }
base[SELECTED] = { 1.000, 0.60, 0.80 }
text[SELECTED] = { 1.000, 0.00, 0.00 }
base[ACTIVE] = { 1.000, 0.80, 0.80 }
text[ACTIVE] = { 1.000, 0.00, 0.00 }
}
class "GtkWidget" style "pink"
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]