~ubuntu-branches/ubuntu/intrepid/gnome-themes/intrepid

« back to all changes in this revision

Viewing changes to gtk-themes/Inverted/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-06-04 21:02:49 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604210249-0ass7h9gajhht6q0
Tags: 2.19.3-0ubuntu1
New Upstream Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  engine "clearlooks" 
59
59
  {
60
60
    #scrollbar_color   = "#76acde"
 
61
    colorize_scrollbar = FALSE
61
62
    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
62
63
    animation         = FALSE
63
64
    style             = INVERTED
154
155
        GtkRange::trough-side-details = 1
155
156
}       
156
157
 
 
158
style "nautilus-location" {
 
159
  bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
 
160
}
 
161
widget "*.nautilus-extra-view-widget" style:highest "nautilus-location"
 
162
 
157
163
# widget styles
158
164
class "GtkWidget"    style "clearlooks-default"
159
165
class "GtkButton"    style "clearlooks-button"