~ubuntu-branches/ubuntu/hoary/gnome-themes/hoary

« back to all changes in this revision

Viewing changes to gtk-themes/Simple/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-03-07 16:32:05 UTC
  • Revision ID: james.westby@ubuntu.com-20050307163205-g2synx9g94y4joxt
Tags: upstream-2.10.0
ImportĀ upstreamĀ versionĀ 2.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Edit these colors and fonts however you like.
 
2
style "default"
 
3
{
 
4
  GtkRange::slider_width = 12
 
5
  GtkRange::stepper_size = 12
 
6
  GtkScrollbar::min_slider_length = 14
 
7
  GtkCheckButton::indicator_size = 12
 
8
  GtkCheckMenuItem::indicator_size = 12
 
9
 
 
10
  fg[NORMAL]                      = "#000000"
 
11
  fg[ACTIVE]                      = "#314a82"
 
12
  fg[INSENSITIVE] = "#969696"
 
13
  fg[PRELIGHT]            = "#415a92"
 
14
  fg[SELECTED]            = "#ffffff"
 
15
        
 
16
  bg[ACTIVE]                      = "#c2c2be"
 
17
  bg[NORMAL]                      = "#e2e2de"
 
18
  bg[INSENSITIVE] = "#e2e2de"
 
19
  bg[PRELIGHT]            = "#f2f2ee"
 
20
  bg[SELECTED]            = "#456b7f"
 
21
 
 
22
  base[NORMAL]            = "#ffffff"
 
23
  base[ACTIVE]            = "#456b7f"
 
24
  base[INSENSITIVE]       = "#ffffff"
 
25
  base[PRELIGHT]          = "#eaeaea"
 
26
  base[SELECTED]          = "#456b7f"
 
27
        
 
28
  text[NORMAL]            = "#000000"
 
29
  text[ACTIVE]            = "#000000"
 
30
  text[PRELIGHT]  = "#000000"
 
31
  text[SELECTED]  = "#ffffff"
 
32
  text[INSENSITIVE] = "#000000"
 
33
 
 
34
  engine "thinice"
 
35
  {
 
36
    # Do you want the scrollbar handles rectangular or a bit shaped?
 
37
    rect_scrollbar = TRUE
 
38
 
 
39
    # The following variables are semi-generic, can be applied to
 
40
    # different widget classes etc..
 
41
 
 
42
    # Mark type 1 is used on scrollbar handles, handleboxes etc
 
43
    mark_type1 = DOT
 
44
    # Mark type 2 is used on scrollbar buttons
 
45
    mark_type2 = ARROW
 
46
  }
 
47
}
 
48
 
 
49
style "menu" = "default"
 
50
{
 
51
  bg[PRELIGHT]     = "#ffffff" 
 
52
                text[PRELIGHT]                                  = { 1.0, 1.0, 1.0 }
 
53
                engine "redmond95" { }
 
54
}
 
55
style "togglebuttons" = "default"
 
56
{
 
57
   engine "redmond95" { }
 
58
}
 
59
 
 
60
class "GtkWidget" style "default"
 
61
class "GtkMenuItem*"    style "menu"
 
62
class "GtkCheckButton" style "togglebuttons"
 
63
class "GtkRadioButton" style "togglebuttons"