~ubuntu-branches/ubuntu/precise/gtk2-engines-xfce/precise

« back to all changes in this revision

Viewing changes to themes/b5/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-11-16 13:30:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061116133049-tps8a3tb4yne9g4z
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
style "default"
2
2
{
3
 
    GtkWidget::interior_focus         = 1
4
3
    GtkButton::default_border         = {0, 0, 0, 0}
5
4
    GtkButton::default_outside_border = {0, 0, 0, 0}
6
5
    GtkButton::default_spacing        = 5
7
 
    GtkCheckButton::indicator_size    = 11
 
6
    GtkButton::focus-line-width       = 1
 
7
    GtkButton::focus-padding          = 0
 
8
    GtkCheckButton::indicator_size    = 15
 
9
    GtkRadioButton::indicator_size    = 15
 
10
    GtkMenuBar::shadow_type           = out
 
11
    GtkMenuItem::selected_shadow_type = out
8
12
    GtkPaned::handle_full_size        = 1
9
 
    GtkRange::trough_border           = 1
10
13
    GtkRange::slider_width            = 11
11
14
    GtkRange::stepper_size            = 11
12
15
    GtkRange::stepper_spacing         = 0
13
 
    GtkSpinButton::shadow_type        = etched-in
14
 
    GtkMenuItem::selected_shadow_type = out
 
16
    GtkRange::trough_border           = 0
15
17
    GtkScrollbar::min_slider_length   = 20
16
 
    GtkMenuBar::shadow_type           = none
17
 
    GtkToolbar::shadow_type           = none
 
18
    GtkToolbar::shadow_type           = out
 
19
    GtkWidget::interior_focus         = 1
18
20
 
19
21
    fg[ACTIVE]        = "#525051"
20
22
    fg[INSENSITIVE]   = "#525051"
42
44
 
43
45
    engine "xfce" 
44
46
    {
45
 
        smooth_edge = true
 
47
        smooth_edge = true
46
48
    }
47
49
}
48
50
 
49
 
widget_class "*"          style "default"
 
51
widget_class "*"           style "default"
50
52
 
51
53
style "thin" = "default"
52
54
{
56
58
    ythickness = 1
57
59
}
58
60
 
59
 
widget_class "*Progress*" style "thin" 
60
 
class "*Progress*"        style "thin" 
61
 
widget_class "*Scrollbar*"         style "thin"
62
 
class "*Scrollbar*"                style "thin"
63
 
widget_class "*Scale*"             style "thin"
64
 
class "*Scale*"                    style "thin"
65
 
 
66
 
 
67
 
# This is for xfwm4, in case you want separate colors for the window borders.
 
61
widget_class "*Scrollbar*" style "thin"
 
62
class "*Scrollbar*"        style "thin"
 
63
widget_class "*GtkScale*"  style "thin"
 
64
class "*GtkScale*"         style "thin"
 
65
 
 
66
 
 
67
# This is for ROX-Filer
 
68
 
69
style "rox" = "default"
 
70
{
 
71
  bg[NORMAL] = "#ffffff"
 
72
  bg[ACTIVE] = "#ffffff"
 
73
}
 
74
widget_class "*Collection" style "rox"
 
75
 
 
76
 
 
77
# This is for the window borders (xfwm4 & metacity)
68
78
69
79
style "titlebar"
70
80
{
71
81
    bg[SELECTED]      = "#ffcb00"
72
82
    fg[SELECTED]      = "#000000"
73
 
    bg[ACTIVE]        = "#f0ebef"
74
 
    fg[NORMAL]        = "#525051"
 
83
    bg[INSENSITIVE]   = "#f0ebef"
 
84
    fg[INSENSITIVE]   = "#525051"
75
85
}
76
86
 
77
 
widget "xfwm"             style "titlebar"
78
 
class "MetaFrames"        style "titlebar"
79
 
widget_class "MetaFrames" style "titlebar"
 
87
widget "xfwm"              style "titlebar"
 
88
class "MetaFrames"         style "titlebar"
 
89
widget_class "MetaFrames"  style "titlebar"
80
90