Fix F1 bug in editable lists
[openerp-client.git] / bin / themes / Yattacier3 / gtkrc-bkp
blob4d1af72a42ca10d26eb8074e9189e3c27a0fa031
1 # Glacier GTK+ 2.0 theme (Requires ThinIce & Pixmap engines)
2 # by R.V.Vindenes <sublett@dc-s.com>
4 # Inspiration came from IceCube & Fishing_The_Sky themes and MacOS X
5 # I tried to keep it calm, simple and unintrusive.
8 style "default"
10   GtkScrollbar::has_backward_stepper = 0
11   GtkScrollbar::has_secondary_backward_stepper = 1
12   GtkScrollbar::min_slider_length = 14
14   base[NORMAL]        = "#F7F7F7"
15   base[ACTIVE]        = "#D3D3D3"
16   base[SELECTED]      = "#4a4a4a"
17   base[PRELIGHT]      = "#E5E5e5"
18   base[INSENSITIVE]   = "#d0d0d0"
20   bg[NORMAL]          = "#E6E6E6"
21   bg[ACTIVE]          = "#F4F4F4"
22   bg[SELECTED]        = "#828282"
23   bg[PRELIGHT]        = "#8a8a8a"
24   bg[INSENSITIVE]     = "#D3D3D3"
26   fg[NORMAL]          = "#000000"
27   fg[ACTIVE]          = "#000000"
28   fg[SELECTED]        = "#ffffff"
29   fg[PRELIGHT]        = "#000000"
30   fg[INSENSITIVE]     = "#747474"
32   text[SELECTED]      = "#ffffff"
33   text[INSENSITIVE]   = "#747474"
35   bg_pixmap[NORMAL]   = "bgpixmap_normal.png"
36   bg_pixmap[PRELIGHT] = "bgpixmap_prelight.png"
38   engine "thinice"
39   {
40     rect_scrollbar = TRUE
41     mark_type1 = DOT
42     mark_type2 = ARROW
43     paned_dots = FULL
44   }
47 style "button" {
48   engine "pixmap" {
50 # Check marks
52     image 
53       {
54         function        = CHECK
55         recolorable     = TRUE
56         shadow          = OUT
57         overlay_file    = "check_out.png"
58         overlay_stretch = FALSE
59       }
60     image 
61       {
62         function        = CHECK
63         recolorable     = TRUE
64         shadow          = IN
65         overlay_file    = "check_in.png"
66         overlay_stretch = FALSE
67       }
69 # Option marks
71     image 
72       {
73         function        = OPTION
74         recolorable     = TRUE
75         shadow          = OUT
76         overlay_file    = "option_out.png"
77         overlay_border  = { 0, 0, 0, 0 }
78         overlay_stretch = FALSE
79       }
80     image 
81       {
82         function        = OPTION
83         recolorable     = TRUE
84         shadow          = IN
85         overlay_file    = "option_in.png"
86         overlay_border  = { 0, 0, 0, 0 }
87         overlay_stretch = FALSE
88       }
90 # Regular buttons
92     image {
93         function        = BOX
94         file            = "button_normal.png"
95         state           = NORMAL
96         border          = {10,5,5,10}
97         stretch         = TRUE
98     }
99     image {
100         function        = BOX
101         file            = "button_normal.png"
102         state           = INSENSITIVE
103         border          = {10,5,5,10}
104         stretch         = TRUE
105     }
106     image {
107         function        = BOX
108         file            = "button_prelight.png"
109         state           = PRELIGHT
110         border          = {10,5,5,10}
111         stretch         = TRUE
112     }
113     image {
114         function        = BOX
115         file            = "button_active.png"
116         state           = ACTIVE
117         border          = {10,5,5,10}
118         stretch         = TRUE
119     }
120   }
123 style "tooltip"{
124  bg_pixmap[NORMAL]      = "<none>"
125  bg_pixmap[PRELIGHT]    = "<none>"
128 class "GtkWidget" style "default"
129 class "GtkButton" style "button"
130 class "GtkMenuItem" style "button"
131 widget "gtk-tooltips" style "tooltip"
132  style "icons" {
134    stock["gtk-go-down"] =
136    {
138      {"stock_down_arrow_16.png", *, *, "gtk-menu"},
140      {"stock_down_24.png", *, *, "gtk-large-toolbar"}
142    }
144    stock["gtk-go-back"] =
146    {
148      {"stock_left_arrow_16.png", *, *, "gtk-menu"},
150      {"Back.png", *, *, "gtk-large-toolbar"}
152    }
154    stock["gtk-go-forward"] =
156    {
158      {"stock_right_arrow_16.png", *, *, "gtk-menu"},
160      {"Forward.png", *, *, "gtk-large-toolbar"}
162    }
164    stock["gtk-go-up"] =
166    {
168      {"stock_up_arrow_16.png", *, *, "gtk-menu"},
170      {"Up.png", *, *, "gtk-large-toolbar"}
172    }
174    stock["gtk-home"] =
176    {
178      {"stock_up_arrow_16.png", *, *, "gtk-menu"},
180      {"Home.png", *, *, "gtk-large-toolbar"}
182    }
184    stock["gtk-refresh"] =
186    {
188      {"stock_up_arrow_16.png", *, *, "gtk-menu"},
190      {"Refresh.png", *, *, "gtk-large-toolbar"}
192    }
194    stock["gtk-stop"] =
196    {
198      {"stock_up_arrow_16.png", *, *, "gtk-menu"},
200      {"Stop.png", *, *, "gtk-large-toolbar"}
202    }
206 widget "Nautilus*" style "icons"