source: trunk/gnome-theme-xp/files/XPLuna/gtk-2.0/menubar.rc @ 157

Last change on this file since 157 was 157, checked in by sebas, 15 years ago

importacion initial - gracias al trabajo de PhrankDaChicken?

File size: 918 bytes
Line 
1#################### MENUBAR ###################
2
3
4style "menubar"         
5{
6  fg[NORMAL] = "#000000"
7  text[NORMAL] = "#000000"
8  fg[PRELIGHT] = "#FFFFFF"
9  fg[ACTIVE] = "#FFFFFF"
10  fg[INSENSITIVE] = "#DDE4FF"
11  text[PRELIGHT] = "#FFFFFF"
12
13xthickness                      = 1
14ythickness                      = 2
15        engine "pixmap"
16        {
17                image
18                {
19                        function        = BOX
20                        state = NORMAL
21                        file            = "Menu-Menubar/menubar.png"
22                        border  = { 2, 2, 2, 2 }
23                        stretch = TRUE
24                }
25
26                image
27                {
28                        function        = BOX
29                        state = ACTIVE
30                        file            = "Menu-Menubar/menubar.png"
31                        border  = { 2, 2, 2, 2 }
32                        stretch = TRUE
33                }
34
35                image
36                {
37                        function        = BOX
38                        state = INSENSITIVE
39                        file            = "Menu-Menubar/menubar.png"
40                        border  = { 2, 2, 2, 2 }
41                        stretch = TRUE
42                }
43
44  image
45    {
46      function                  = BOX
47      recolorable               = TRUE
48                        state = PRELIGHT
49     file                               = "Menu-Menubar/menubar-item.png"
50
51      border                    = { 10, 10, 10, 10 }
52      stretch                   = TRUE
53    }
54
55        }
56}
57
Note: See TracBrowser for help on using the repository browser.