~ubuntu-branches/ubuntu/trusty/rawstudio/trusty-proposed

« back to all changes in this revision

Viewing changes to src/rawstudio.gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-04-20 10:52:00 UTC
  • mfrom: (2.1.8 upstream) (1.1.13 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420105200-kaaznfiftfmz2tsc
Tags: 1.0-1
* New upstream release (Closes: #476828).
* Removing 01-icon-path.dpatch, not required anymore.
* Removing watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "rawstudio-style"
 
2
{
 
3
        bg[NORMAL] = { 0.4, 0.4, 0.4 } #done
 
4
        bg[ACTIVE] = { 0.37, 0.37, 0.37 } #done
 
5
        bg[PRELIGHT] = { 0.45, 0.45, 0.45 } #done
 
6
        bg[SELECTED] = { 0.5, 0.5, 0.5 } #done
 
7
        bg[INSENSITIVE] = { 0.4, 0.4, 0.4 } #done
 
8
 
 
9
        fg[NORMAL] = { 0.7, 0.7, 0.7 } #done
 
10
        fg[ACTIVE] = { 0.67, 0.67, 0.67 } #done
 
11
        fg[PRELIGHT] = { 0.95, 0.95, 0.95 } #done
 
12
        fg[SELECTED] = { 0.6, 0.6, 0.9 } #???
 
13
        fg[INSENSITIVE] = { 0.4, 0.4, 0.4 } #crap
 
14
 
 
15
        text[NORMAL] = { 0.7, 0.7, 0.7 } #done
 
16
        text[ACTIVE] = { 0.67, 0.67, 0.67 } #done
 
17
        text[PRELIGHT] = { 0.95, 0.95, 0.95 }
 
18
        text[SELECTED] = { 0.9, 0.9, 0.9 } #done
 
19
        text[INSENSITIVE] = { 0.4, 0.4, 0.4 } #crap
 
20
 
 
21
        base[NORMAL] = { 0.5, 0.5, 0.5 } #done
 
22
        base[ACTIVE] = { 0.55, 0.55, 0.55 } #done
 
23
        base[PRELIGHT] = { 0.95, 0.5, 0.5 } #???
 
24
        base[SELECTED] = { 0.6, 0.6, 0.6 } #done
 
25
        base[INSENSITIVE] = { 0.4, 0.94, 0.4 } #???
 
26
 
 
27
        GtkTreeView::even-row-color = "#666"
 
28
        GtkTreeView::odd-row-color = "#555"
 
29
 
 
30
        bg_pixmap[NORMAL] = "<none>"
 
31
 
 
32
        engine "clearlooks" {
 
33
        }
 
34
}
 
35
 
 
36
widget "*" style "rawstudio-style"
 
37
class "*" style "rawstudio-style"
 
38
widget_class "*" style "rawstudio-style"