~ubuntu-art-pkg/light-themes/trunk

« back to all changes in this revision

Viewing changes to Ambiance/gtk-2.0/apps/gedit.rc

  • Committer: jws141 at gmail
  • Date: 2011-04-12 05:53:33 UTC
  • Revision ID: jws141@gmail.com-20110412055333-unk27qp612r5fnit
* Ambiance/Radiance/apps/gedit.rc
  - Add gedit specific theming bits fixes (LP: #740864)
  - Minor gedit specific theming tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "gedit-frame"
 
2
{       
 
3
        engine "pixmap"
 
4
        {
 
5
                image
 
6
                {
 
7
                        function = SHADOW
 
8
                }
 
9
        }
 
10
}
 
11
 
 
12
style "thin"
 
13
 
14
        xthickness = 0 
 
15
        ythickness = 0 
 
16
}
 
17
 
 
18
widget_class "*Gedit*.<GtkFrame>*"                      style "gedit-frame"
 
19
widget_class "*Gedit*.<GtkScrolledWindow>"              style "thin"
 
20
widget_class "*Gedit*.<GtkArrow>*"                      style:highest "default"
 
21
 
 
22
style "gedit-notebook" 
 
23
{
 
24
        base[ACTIVE]    = shade (0.94, @selected_bg_color)
 
25
}
 
26
 
 
27
widget_class "*GeditNotebook"                           style "gedit-notebook"
 
28
widget_class "*GeditNotebook*Tab*"                      style "gedit-notebook"
 
29
 
 
30
style "gedit" 
 
31
{
 
32
        GtkComboBox::appears-as-list = 0
 
33
}
 
34
 
 
35
widget_class "*Gedit*"                          style "gedit"