~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to share/nip2/rc/ipgtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-05-12 09:26:46 UTC
  • mfrom: (1.2.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512092646-j8lb1w2x69pvgma4
Tags: 7.18.1-1ubuntu1
* Merge from debian unstable (LP: #375435), remaining changes:
  - debian/control: Also Recommend abrowser

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
# style for parent widgets
3
 
style "parent_style" = "default"
 
3
style "parent_style" 
4
4
{
5
5
        bg[NORMAL] = "#887FA3"
6
6
        bg[PRELIGHT] = "#ADA7C8"
10
10
}
11
11
 
12
12
# style for child widgets
13
 
style "child_style" = "default"
 
13
style "child_style" 
14
14
{
15
15
        bg[NORMAL] = "#7590AE"
16
16
        bg[PRELIGHT] = "#9DB8D2"
20
20
}
21
21
 
22
22
# style for selected widgets
23
 
style "selected_style" = "default"
 
23
style "selected_style" 
24
24
{
25
25
        bg[NORMAL] = "#83A67F"
26
26
        bg[PRELIGHT] = "#C5D2C8"
30
30
}
31
31
 
32
32
# style for unselected column headers
33
 
style "column_style" = "default"
 
33
style "column_style" 
34
34
{
35
35
        bg[NORMAL] = "#C5D2C8"
36
36
        bg[PRELIGHT] = "#C5D2C8"
40
40
}
41
41
 
42
42
# style for widgets with errors in them
43
 
style "error_style" = "default"
 
43
style "error_style" 
44
44
{
45
45
        bg[NORMAL] = "#C1665A"
46
46
        bg[PRELIGHT] = "#E0B6AF"
50
50
}
51
51
 
52
52
# style for dirty widgets (need recalculation)
53
 
style "dirty_style" = "default"
 
53
style "dirty_style" 
54
54
{
55
55
        bg[NORMAL] = "#E0C39E"
56
56
        bg[PRELIGHT] = "#EFE0CD"
60
60
}
61
61
 
62
62
# style for captions ... eg. the line of text under the image thumbnails
63
 
style "caption_style" = "default"
 
63
style "caption_style" 
64
64
{
65
65
        bg[NORMAL] = "#EED680"
66
66
}