]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gtk2-theme-angelistic/gtk2-theme-angelistic-0.3/gtkrc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gtk2-theme-angelistic / gtk2-theme-angelistic-0.3 / gtkrc
1 style "default"
2 {
3    fg[NORMAL]        = "#000000"
4    fg[ACTIVE]        = "#000000"
5    fg[INSENSITIVE]   = "#777777"
6    fg[PRELIGHT]      = "#000000"
7    fg[SELECTED]      = "#f2f2f2"
8         
9    bg[ACTIVE]        = "#BBBBB6"
10    bg[NORMAL]        = "#E2E2E2"
11    bg[INSENSITIVE]   = "#f2f2f2"
12    bg[PRELIGHT]      = "#EDEDED"
13    bg[SELECTED]      = "#484848"
14
15    base[NORMAL]      = "#f2f2f2"
16    base[ACTIVE]      = "#454545"
17    base[INSENSITIVE] = "#BBBBB6"
18    base[PRELIGHT]    = "#f2f2f2"
19    base[SELECTED]    = "#000000"
20         
21    text[NORMAL]      = "#000000"
22    text[ACTIVE]      = "#f2f2f2"
23    text[PRELIGHT]    = "#000000"
24    text[SELECTED]    = "#f2f2f2"
25    text[INSENSITIVE] = "#777777"
26
27         GtkRange::slider_width = 11
28         GtkRange::stepper_size = 11
29         GtkScrollbar::min_slider_length = 15
30         GtkCheckButton::indicator_size=10
31         GtkRadioButton::indicator_size=12
32         GtkStatusbar::shadow_type = none
33
34         engine "mist"
35         {
36         }
37 }
38
39 style "thin"
40 {
41         ythickness = 1
42         xthickness = 1
43 }
44
45 style "menubar" 
46 {
47         ythickness=0
48         GtkContainer::border_width=0
49 }
50
51 style "menuitem"
52 {
53         text[PRELIGHT]          = "#f2f2f2"
54         fg[PRELIGHT]          = "#f2f2f2"
55 }
56
57 class "GtkWidget" style "default"
58 class "GtkMenuBar" style "menubar"
59
60 widget_class "*.GtkMenuItem.*" style "menuitem"
61 widget_class "*.GtkImageMenuItem.*" style "menuitem"
62 widget_class "*.GtkAccelMenuItem.*" style "menuitem"
63 widget_class "*.GtkRadioMenuItem.*" style "menuitem"
64 widget_class "*.GtkCheckMenuItem.*" style "menuitem"
65
66 class "GtkScrolledWindow" style "thin"
67 class "GtkCheckBox" style "thin"
68
69 # GPE specifics
70 style "filesel" 
71
72         GtkFileSelection::show_fileops_default = 0
73         GtkFileSelection::border_width = 1
74 }
75
76 style "entry"
77 {
78         GtkEntry::min_width = 25
79 }
80
81 class "GtkEntry" style "entry"
82 class "GtkFileSelection" style "filesel"
83