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

« back to all changes in this revision

Viewing changes to themes/stellar/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         = 5
4
3
    GtkButton::default_border         = {5, 5, 5, 5}
5
 
    GtkButton::default_outside_border = {5, 5, 5, 5}
 
4
    GtkButton::default_outside_border = {6, 6, 6, 6}
6
5
    GtkButton::default_spacing        = 5
 
6
    GtkButton::focus-padding          = 0
7
7
    GtkCheckButton::indicator_size    = 15
 
8
    GtkRadioButton::indicator_size    = 15
 
9
    GtkMenuItem::selected_shadow_type = in
8
10
    GtkPaned::handle_full_size        = 1
9
 
    GtkRange::trough_border           = 1
10
11
    GtkRange::slider_width            = 12
11
12
    GtkRange::stepper_size            = 12
12
13
    GtkRange::stepper_spacing         = 0
13
 
    GtkSpinButton::shadow_type        = out
14
 
    GtkWidget::internal-padding       = 2
15
 
    GtkWidget::focus-padding          = 0
 
14
    GtkRange::trough_border           = 0
 
15
    GtkScrollbar::min_slider_length   = 20
16
16
    GtkWidget::focus-line-pattern     = "\0"
17
17
    GtkWidget::focus-line-width       = 2
18
18
    GtkWidget::interior_focus         = 0
19
 
    GtkMenuItem::selected_shadow_type = in
20
 
    GtkScrollbar::min_slider_length   = 20
 
19
    GtkWidget::internal-padding       = 2
 
20
 
 
21
    ExoIconBar::active-item-border-color = "#724056"
 
22
    ExoIconBar::active-item-fill-color = "#b24d7a"
 
23
    ExoIconBar::active-item-text-color = "#ffffff"
 
24
 
 
25
    ExoIconBar::cursor-item-border-color = "#707481"
 
26
    ExoIconBar::cursor-item-fill-color = "#AEB2C3"
 
27
    ExoIconBar::cursor-item-text-color = "#000000"
21
28
 
22
29
    xthickness = 1
23
30
    ythickness = 1
25
32
    fg[NORMAL]       = "#000000"
26
33
    fg[ACTIVE]       = "#000000"
27
34
    fg[PRELIGHT]     = "#000000"
28
 
    fg[SELECTED]     = "#FFFFFF"
29
 
    fg[INSENSITIVE]  = "#4E4F56" 
30
 
    bg[NORMAL]       = "#AEB2C3"
31
 
    bg[ACTIVE]       = "#9BA0B0"
32
 
    bg[PRELIGHT]     = "#AEB2C3"
33
 
    bg[SELECTED]     = "#B24D7A"
34
 
    bg[INSENSITIVE]  = "#9BA0B0"
35
 
    base[NORMAL]     = "#FCFCF0"
36
 
    base[SELECTED]   = "#B24D7A"
37
 
    base[ACTIVE]     = "#888CA0"
38
 
    base[PRELIGHT]   = "#B24D7A"
39
 
    base[INSENSITIVE]= "#969BB4"
 
35
    fg[SELECTED]     = "#ffffff"
 
36
    fg[INSENSITIVE]  = "#4e4f56" 
 
37
 
 
38
    bg[NORMAL]       = "#aeb2c3"
 
39
    bg[ACTIVE]       = "#9ba0b0"
 
40
    bg[PRELIGHT]     = "#aeb2c3"
 
41
    bg[SELECTED]     = "#b24d7a"
 
42
    bg[INSENSITIVE]  = "#9ba0b0"
 
43
 
 
44
    base[NORMAL]     = "#fcfcf0"
 
45
    base[SELECTED]   = "#b24d7a"
 
46
    base[ACTIVE]     = "#888ca0"
 
47
    base[PRELIGHT]   = "#b24d7a"
 
48
    base[INSENSITIVE]= "#969bb4"
 
49
 
40
50
    text[INSENSITIVE]= "#747474"
41
51
    text[NORMAL]     = "#000000"
42
52
    text[ACTIVE]     = "#000000"
43
53
    text[PRELIGHT]   = "#000000"
44
 
    text[SELECTED]   = "#FFFFFF"
 
54
    text[SELECTED]   = "#ffffff"
45
55
 
46
56
    engine "xfce"
47
57
    {
 
58
        grip_style = none
48
59
        smooth_edge = true
49
60
    }
50
61
}
57
68
 
58
69
class "GtkWidget"    style "default"
59
70
class "GtkMenuItem*" style "menu"
 
71
 
 
72
 
 
73
# This is for ROX-Filer
 
74
 
75
style "rox" = "default"
 
76
{
 
77
  bg[NORMAL] = "#ffffff"
 
78
  bg[ACTIVE] = "#ffffff"
 
79
}
 
80
widget_class "*Collection" style "rox"
 
81
 
 
82
 
 
83
# This is for the window borders (xfwm4 & metacity)
 
84
 
85
style "titlebar" = "default"
 
86
{
 
87
    bg[SELECTED]      = "#b24d7a"
 
88
    fg[SELECTED]      = "#ffffff"
 
89
    bg[INSENSITIVE]   = "#9ba0b0"
 
90
    fg[INSENSITIVE]   = "#000000"
 
91
}
 
92
 
 
93
widget "xfwm"             style "titlebar"
 
94
class "MetaFrames"        style "titlebar"
 
95
widget_class "MetaFrames" style "titlebar"