]> git.donarmstrong.com Git - x_full.git/blob - .themes/winterewl/gtk/gtkrc
add ripit configuration
[x_full.git] / .themes / winterewl / gtk / gtkrc
1 style "default"
2 {
3  
4    fg[NORMAL]        = "#000000"
5    fg[PRELIGHT]      = "#000000"
6    fg[SELECTED]      = "#000000"
7  
8   bg[NORMAL]       = "#ebeaea"
9   bg[ACTIVE]       = "#d5d5d5"
10   bg[SELECTED]     = "#c7c7c7" 
11   bg[INSENSITIVE]  = "#dddddd"
12
13   base[SELECTED] = "#979797"
14   text[SELECTED]  = "#000000"
15   base[ACTIVE]    = "#979797"
16   text[ACTIVE]    =  "#dddddd"
17   
18   text[INSENSITIVE]= "#747474"
19   text[ACTIVE]     = "#000000"
20  
21 #engine "thinice"#
22 #  {
23 #    rect_scrollbar = TRUE
24 #    mark_type1 = NOTHING
25 #    mark_type2 = ARROW
26 #    paned_dots = NONE
27 #  }
28
29 }
30
31 style "menu" 
32 {
33
34   bg[SELECTED]    = "#c7c7c7"
35   bg[PRELIGHT]    = "#c7c7c7"
36   fg[PRELIGHT]  = "#000000"
37   fg[SELECTED]  = "#000000"
38 }
39
40 style "range"
41 {
42 bg[PRELIGHT]     = "#ebeaea"
43 bg[ACTIVE]       = "#d5d5d5"
44 }
45 widget_class "*Menu*" style "menu"
46
47 style "b-range"
48 {
49 bg[PRELIGHT]     = "#ebeaea"
50 bg[ACTIVE]       = "#dddddd"
51 }
52
53 class "GtkWidget" style "default"
54 class "GtkButton" style "b-range"
55 class "GtkRange" style "range"