clist and textentry colors in gtkrc file (1.2)




HI  

I made a gtkrc file emulating the 'Crimson' colorset from
CDE. This uses a black text foreground and a white text
background for CLists. However, this feature doesn't seem
to work in my file. Other widgets do display correctly.
Example:

http://www.xs4all.nl/~josvanr/clistexample.png

I will paste the contents of the gtkrc file below. Maybe
someone could have a look at it.

best regards

jos


----------------------------------------------


style "default"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#8d40ad03c700"
    text[NORMAL]="#000000000000"
    base[NORMAL]="#ff00f700e900"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#71008b00a500"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]="#71008b00a500"

    fg[PRELIGHT]="#000000000000"
    bg[PRELIGHT]="#93939797a5a5"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#71008b00a500"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#606076768c8c"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#606076768c8c"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#8d40ad03c700"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#bfbfcbcbd6d6"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}
          

style "cde_style_1"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#b2004d007a00"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#b2004d007a00"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#b2004d007a00"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#b2004d007a00"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#b2004d007a00"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#b2004d007a00"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#b2004d007a00"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#b2004d007a00"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#b2004d007a00"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#b2004d007a00"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_2"
{
    fg[NORMAL]  ="#000000000000"
    bg[NORMAL]  ="#ae00b200c300"
    text[NORMAL]="#000000000000"
    base[NORMAL]   ="#ae00b200c300"

    fg[ACTIVE]  ="#000000000000"
    bg[ACTIVE]  ="#ae00b200c300"
    text[ACTIVE]="#000000000000"
    base[ACTIVE]   ="#ae00b200c300"

    fg[PRELIGHT]="#000000000000"
    bg[PRELIGHT]="#ae00b200c300"
    text[PRELIGHT]="#000000000000"
    base[PRELIGHT] ="#ae00b200c300"

    fg[SELECTED]="#000000000000"
    bg[SELECTED]="#ae00b200c300"
    text[SELECTED]="#000000000000"
    base[SELECTED]="#ae00b200c300"

    fg[INSENSITIVE]="#000000000000"
    bg[INSENSITIVE]="#ae00b200c300"
    text[INSENSITIVE]="#000000000000"
    base[INSENSITIVE]="#ae00b200c300"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_3"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#71008b00a500"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#71008b00a500"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#71008b00a500"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#71008b00a500"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#71008b00a500"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#71008b00a500"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#71008b00a500"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#71008b00a500"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#71008b00a500"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#71008b00a500"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_4"
{
    fg[NORMAL]  ="#000000000000"
    bg[NORMAL]  ="#ff00f700e900"
    text[NORMAL]="#000000000000"
    base[NORMAL]   ="#ff00f700e900"

    fg[ACTIVE]  ="#000000000000"
    bg[ACTIVE]  ="#ff00f700e900"
    text[ACTIVE]="#000000000000"
    base[ACTIVE]   ="#ff00f700e900"

    fg[PRELIGHT]="#000000000000"
    bg[PRELIGHT]="#ff00f700e900"
    text[PRELIGHT]="#000000000000"
    base[PRELIGHT] ="#ff00f700e900"

    fg[SELECTED]="#000000000000"
    bg[SELECTED]="#ff00f700e900"
    text[SELECTED]="#000000000000"
    base[SELECTED]="#ff00f700e900"

    fg[INSENSITIVE]="#000000000000"
    bg[INSENSITIVE]="#ff00f700e900"
    text[INSENSITIVE]="#000000000000"
    base[INSENSITIVE]="#ff00f700e900"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_5"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#68cea600a0e6"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#68cea600a0e6"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#68cea600a0e6"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#68cea600a0e6"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#68cea600a0e6"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#68cea600a0e6"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#68cea600a0e6"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#68cea600a0e6"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#68cea600a0e6"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#68cea600a0e6"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_6"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#8d40ad03c700"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#8d40ad03c700"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#8d40ad03c700"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#8d40ad03c700"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#8d40ad03c700"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#8d40ad03c700"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#8d40ad03c700"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#8d40ad03c700"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#8d40ad03c700"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#8d40ad03c700"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_7"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#d30097009800"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#d30097009800"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#d30097009800"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#d30097009800"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#d30097009800"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#d30097009800"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#d30097009800"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#d30097009800"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#d30097009800"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#d30097009800"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "cde_style_8"
{
    fg[NORMAL]  ="#ffffffffffff"
    bg[NORMAL]  ="#978893a3b500"
    text[NORMAL]="#ffffffffffff"
    base[NORMAL]   ="#978893a3b500"

    fg[ACTIVE]  ="#ffffffffffff"
    bg[ACTIVE]  ="#978893a3b500"
    text[ACTIVE]="#ffffffffffff"
    base[ACTIVE]   ="#978893a3b500"

    fg[PRELIGHT]="#ffffffffffff"
    bg[PRELIGHT]="#978893a3b500"
    text[PRELIGHT]="#ffffffffffff"
    base[PRELIGHT] ="#978893a3b500"

    fg[SELECTED]="#ffffffffffff"
    bg[SELECTED]="#978893a3b500"
    text[SELECTED]="#ffffffffffff"
    base[SELECTED]="#978893a3b500"

    fg[INSENSITIVE]="#ffffffffffff"
    bg[INSENSITIVE]="#978893a3b500"
    text[INSENSITIVE]="#ffffffffffff"
    base[INSENSITIVE]="#978893a3b500"

    font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
    engine "notif"
    {}
}

             

style "workspace_button_3_style" = "cde_style_3" {
 font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
}
style "workspace_button_5_style" = "cde_style_5" {
 font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
}
style "workspace_button_6_style" = "cde_style_6" {
 font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
}
style "workspace_button_7_style" = "cde_style_7" {
 font = "-*-lucidabright-medium-r-*-*-17-*-*-*-*-*-*-*"
}

widget "*" style "default"
widget "*cde_pager*" style "cde_style_8"
widget "*workspace_button_1*" style "workspace_button_3_style"
widget "*workspace_button_2*" style "workspace_button_5_style"
widget "*workspace_button_3*" style "workspace_button_6_style"
widget "*workspace_button_4*" style "workspace_button_7_style"
widget "*workspace_button_5*" style "workspace_button_3_style"
widget "*workspace_button_6*" style "workspace_button_5_style"
widget "*workspace_button_7*" style "workspace_button_6_style"
widget "*workspace_button_8*" style "workspace_button_7_style"
widget "*cde_drawer_frame*" style "cde_style_8"
widget "*cde_drawer*" style "cde_style_8"
widget "*cde_drawer_triag_button*" style "cde_style_2"
widget "*cde_color_field_1*" style "cde_style_1"
widget "*cde_color_field_2*" style "cde_style_2"
widget "*cde_color_field_3*" style "cde_style_3"
widget "*cde_color_field_4*" style "cde_style_4"
widget "*cde_color_field_5*" style "cde_style_5"
widget "*cde_color_field_6*" style "cde_style_6"
widget "*cde_color_field_7*" style "cde_style_7"
widget "*cde_color_field_8*" style "cde_style_8"


class "GtkWidget" style "default"
widget_class "*Ruler*" style "cde_style_1"
widget_class "*GtkCList*" style "cde_style_4"



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