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

« back to all changes in this revision

Viewing changes to Radiance/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"
 
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 = 1
 
16
                text_shade = 1.5
 
17
        }
 
18
}
 
19
 
 
20
style "panel_task_button"
 
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
        bg[SELECTED] = shade (0.2, @bg_color)
 
39
        bg[PRELIGHT] = shade (0.26, @bg_color)
 
40
        bg[ACTIVE] = shade (0.2, @bg_color)
 
41
 
 
42
        engine "pixmap" {
 
43
      
 
44
                image
 
45
                {
 
46
                        function                = BOX
 
47
                        recolorable             = TRUE
 
48
                        state                   = NORMAL
 
49
                        file                    = "img/panel-button-inactive.png"
 
50
                        border                  = { 1, 1, 1, 1 }
 
51
                        stretch                 = TRUE                  
 
52
                }
 
53
                
 
54
                image
 
55
                {
 
56
                        function                = BOX
 
57
                        recolorable             = TRUE
 
58
                        state                   = PRELIGHT
 
59
                        file                    = "img/panel-button-hover.png"
 
60
                        border                  = { 1, 1, 1, 1 }
 
61
                        stretch                 = TRUE
 
62
                }
 
63
 
 
64
                image
 
65
                {
 
66
                        function                = BOX
 
67
                        recolorable             = TRUE
 
68
                        shadow                  = OUT
 
69
                        state                   = PRELIGHT
 
70
                        file                    = "img/panel-button-hover.png"
 
71
                        border                  = { 1, 1, 1, 1 }
 
72
                        stretch                 = TRUE
 
73
                        
 
74
                }
 
75
                
 
76
                image
 
77
                {
 
78
                        function                = BOX
 
79
                        recolorable             = TRUE
 
80
                        shadow                  = IN
 
81
                        state                   = PRELIGHT
 
82
                        file                    = "img/panel-button-hover.png"
 
83
                        border                  = { 1, 1, 1, 1 }
 
84
                        stretch                 = TRUE
 
85
                         
 
86
                }
 
87
                
 
88
                image
 
89
                {
 
90
                        function                = BOX
 
91
                        recolorable             = TRUE
 
92
                        state                   = ACTIVE
 
93
                        file                    = "img/panel-button-active.png"
 
94
                        border                  = { 4, 4, 4, 4 }
 
95
                        stretch                 = TRUE
 
96
                }  
 
97
                image
 
98
                {
 
99
                        function                = BOX
 
100
                        recolorable             = TRUE
 
101
                        state                   = INSENSITIVE
 
102
                        file                    = "img/panel-button-inactive.png"
 
103
                        border                  = { 1, 1, 1, 1 }
 
104
                        stretch                  = TRUE
 
105
                }
 
106
        }
 
107
}
 
108
 
 
109
#widget_class "*Panel*"            style "panel"
 
110
widget "*PanelWidget*"            style "panel"
 
111
widget "*PanelApplet*"            style "panel"
 
112
widget "*fast-user-switch*"       style "panel" # workaround for Fast User Switch applet
 
113
class "PanelApp*"                 style "panel"
 
114
class "PanelToplevel*"            style "panel"
 
115
#widget_class "*Mail*"             style "panel"
 
116
widget_class "*notif*"            style "panel"
 
117
 
 
118
#widget_class "*?anel*utton"       style "panel_task_button" # causing problems to monodevelop
 
119
widget "*task*"                   style "panel_task_button"
 
120
widget "*.tasklist-button"        style "panel_task_button"
 
121
widget "*PanelApplet*TaskTitle*"  style "panel_task_button"