~om26er/ubuntu/oneiric/light-themes/fix-904746

« back to all changes in this revision

Viewing changes to Radiance/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-30 10:36:34 UTC
  • Revision ID: james.westby@ubuntu.com-20110630103634-pks9yk43ojz598gd
Tags: 0.1.8.16
* New snapshot
  - use with new modal dialog plugin for compiz
  - adjust size and color for the expanders
  - removed some deprecated stuff
  - adjust text-shadow
  - style default buttons
  - tweaks to the focus ring, required unico 0.1.0+r74
* debian/control
  - Require gtk3-engines-unico >= 0.1.0+r74

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
style "overlay_scrollbar"
232
232
{
233
 
        base[SELECTED] = shade (1.0, @selected_bg_color)
234
 
        base[INSENSITIVE] = shade (0.85, @bg_color)
 
233
        bg[SELECTED] = shade (1.0, @selected_bg_color)
 
234
        bg[INSENSITIVE] = shade (0.85, @bg_color)
 
235
        bg[ACTIVE] = shade (0.6, @bg_color)
235
236
}
236
237
 
237
238
style "scale" = "button" {
630
631
widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
631
632
 
632
633
# Overlay scrollbar
633
 
widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "overlay_scrollbar"
 
634
widget_class "*<OsScrollbar>" style "overlay_scrollbar"
 
635
widget_class "*<OsThumb>" style "overlay_scrollbar"
634
636
 
635
637
# The window of the tooltip is called "gtk-tooltip"
636
638
##################################################################