~unity-team/light-themes/light-themes.add_dialog_style_v2

« back to all changes in this revision

Viewing changes to Ambiance/gtk-2.0/apps/gnome-panel.rc

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-26 14:06:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100826140605-758w4fbi4t369xyj
Tags: 0.1.7
* New version
  - Updated for maverick
  - Dropped the -maverick-beta themes and use the default names
* debian/source/format
  - Specify source format
* debian/control
  - Bump standards version to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ==============================================================================
 
2
# GNOME PANEL SPECIFIC SETTINGS
 
3
# ==============================================================================
 
4
 
 
5
style "panel" = "dark"
 
6
{
 
7
        xthickness = 0
 
8
        ythickness = 0
 
9
 
 
10
        bg_pixmap[NORMAL] = "img/panel.png"
 
11
        bg[NORMAL] = "#4b4a46"
 
12
 
 
13
        engine "murrine" {
 
14
                #contrast = 1.0
 
15
                textstyle = 2
 
16
                text_shade = 0.35
 
17
        }
 
18
}
 
19
 
 
20
style "panel_task_button" = "dark"
 
21
{
 
22
        xthickness = 3
 
23
        xthickness = 3
 
24
 
 
25
        GtkWidget::focus-line-width        = 0
 
26
        GtkWidget::focus_padding           = 0
 
27
        GtkWidget::interior_focus          = 0
 
28
        GtkWidget::internal_padding        = 0
 
29
 
 
30
        GtkButton::child_displacement_x    = 0
 
31
        GtkButton::child_displacement_y    = 0
 
32
        GtkButton::default_border          = {0, 0, 0, 0}
 
33
        GtkButton::default_outside_border  = {0, 0, 0, 0}
 
34
        GtkButtonBox::child_internal_pad_x = 0
 
35
        GtkButtonBox::child_internal_pad_y = 0
 
36
        GtkButtonBox::child_min_heigth     = 0
 
37
 
 
38
        engine "pixmap" {
 
39
      
 
40
                image
 
41
                {
 
42
                        function                = BOX
 
43
                        recolorable             = TRUE
 
44
                        state                   = NORMAL
 
45
                        file                    = "img/panel-button-inactive.png"
 
46
                        border                  = { 1, 1, 1, 1 }
 
47
                        stretch                 = TRUE                  
 
48
                }
 
49
                
 
50
                image
 
51
                {
 
52
                        function                = BOX
 
53
                        recolorable             = TRUE
 
54
                        state                   = PRELIGHT
 
55
                        file                    = "img/panel-button-hover.png"
 
56
                        border                  = { 1, 1, 1, 1 }
 
57
                        stretch                 = TRUE
 
58
                }
 
59
 
 
60
                image
 
61
                {
 
62
                        function                = BOX
 
63
                        recolorable             = TRUE
 
64
                        shadow                  = OUT
 
65
                        state                   = PRELIGHT
 
66
                        file                    = "img/panel-button-hover.png"
 
67
                        border                  = { 1, 1, 1, 1 }
 
68
                        stretch                 = TRUE
 
69
                        
 
70
                }
 
71
                
 
72
                image
 
73
                {
 
74
                        function                = BOX
 
75
                        recolorable             = TRUE
 
76
                        shadow                  = IN
 
77
                        state                   = PRELIGHT
 
78
                        file                    = "img/panel-button-hover.png"
 
79
                        border                  = { 1, 1, 1, 1 }
 
80
                        stretch                 = TRUE
 
81
                         
 
82
                }
 
83
                
 
84
                image
 
85
                {
 
86
                        function                = BOX
 
87
                        recolorable             = TRUE
 
88
                        state                   = ACTIVE
 
89
                        file                    = "img/panel-button-active.png"
 
90
                        border                  = { 4, 4, 4, 4 }
 
91
                        stretch                 = TRUE
 
92
                }  
 
93
                image
 
94
                {
 
95
                        function                = BOX
 
96
                        recolorable             = TRUE
 
97
                        state                   = INSENSITIVE
 
98
                        file                    = "img/panel-button-inactive.png"
 
99
                        border                  = { 1, 1, 1, 1 }
 
100
                        stretch                  = TRUE
 
101
                }
 
102
        }
 
103
}
 
104
 
 
105
#widget_class "*Panel*"            style "panel"
 
106
widget "*PanelWidget*"            style "panel"
 
107
widget "*PanelApplet*"            style "panel"
 
108
widget "*fast-user-switch*"       style "panel" # workaround for Fast User Switch applet
 
109
class "PanelApp*"                 style "panel"
 
110
class "PanelToplevel*"            style "panel"
 
111
#widget_class "*Mail*"             style "panel"
 
112
widget_class "*notif*"            style "panel"
 
113
 
 
114
#widget_class "*?anel*utton"       style "panel_task_button" # causing problems to monodevelop
 
115
widget "*task*"                   style "panel_task_button"
 
116
widget "*.tasklist-button"        style "panel_task_button"
 
117
widget "*PanelApplet*TaskTitle*"  style "panel_task_button"