"Fossies" - the Fresh Open Source Software Archive 
Member "jpilot-2_0_1/jpilotrc.green" (3 Apr 2021, 4367 Bytes) of package /linux/privat/jpilot-2_0_1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "jpilotrc.green":
1.8.2_vs_2_0_1.
1 style "window"
2 {
3 #fg[NORMAL] = { 1.0, 0, 0 }
4 bg[NORMAL] = { 0.0, 0.5, 0.5 }
5 }
6
7 style "label_high"
8 {
9 fg[NORMAL] = { 0.0, 0.0, 0.8 }
10 }
11
12 style "today"
13 {
14 base[NORMAL] = { 0.0, 0.70, .71 }
15 }
16
17 style "tooltips"
18 {
19 fg[NORMAL] = { 0.0, 0.0, 0.0 }
20 bg[NORMAL] = { 1.0, 0.98, .84 }
21 }
22
23 style "button"
24 {
25 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
26 bg[PRELIGHT] = { 0, 0.5, 0.5 }
27 fg[ACTIVE] = { 0, 0.0, 0.0 }
28 bg[ACTIVE] = { 0, 0.6, 0.6 }
29 fg[NORMAL] = { 0.0, 0.0, 0.0 }
30 bg[NORMAL] = { 0.0, 0.5, 0.5 }
31 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
32 bg[INSENSITIVE] = { 0.0, .690, .678 }
33 }
34
35 style "button_app"
36 {
37 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
38 bg[PRELIGHT] = { 0.0, .65, .65 }
39 }
40
41 style "toggle_button" = "button"
42 {
43 fg[NORMAL] = { 0, 0, 0.0 }
44 bg[NORMAL] = { 0, 0.5, 0.5 }
45 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
46 bg[ACTIVE] = { 0.0, 0.7, 0.7 }
47 bg[PRELIGHT] = { 0.0, 0.5, 0.5 }
48 }
49
50 style "spin_button"
51 {
52 #fg[NORMAL] = { 0.0, 0.0, 0.0 }
53 bg[NORMAL] = { 0.0, 0.5, 0.5 }
54 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
55 bg[INSENSITIVE] = { 0.0, 0.5, 0.5 }
56 #fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
57 #bg[PRELIGHT] = { 1.0, 1.0, 0.0 }
58 }
59
60 style "text"
61 {
62 #This is how to use a different font under GTK 1.x
63 #font = "-adobe-courier-medium-o-normal--8-80-75-75-m-50-iso8859-1"
64 #This is how to use a different font under GTK 2.x
65 #font_name = "Sans 12"
66 fg[NORMAL] = { 0.0, 0.0, 0.0 }
67 bg[NORMAL] = { 0, 0.5, 0.5 }
68 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
69 bg[PRELIGHT] = { 0.0, 0.55, 0.55 }
70 #fg[SELECTED] = { 0.0, 0.0, 0.0 }
71 #bg[SELECTED] = { 0.0, 0.7, 0.7 }
72 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
73 bg[ACTIVE] = { 0.0, 0.5, 0.5 } #bg of scrollbars
74 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } #fg of scrollbar buttons when insensitive
75 bg[INSENSITIVE] = { 0.0, 0.5, 0.5 } #bg of scrollbar buttons when insensitive
76 text[NORMAL] = { 0.0, 0.0, 0.0 }
77 base[NORMAL] = { 1.0, 1.0, 1.0 }
78 #base[NORMAL] = { 0, 0.5, 0.5 }
79 }
80
81 style "menu"
82 {
83 fg[NORMAL] = { 0.0, 0.0, 0.0 }
84 bg[NORMAL] = { 0.0, 0.5, 0.5 }
85 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
86 bg[PRELIGHT] = { 0.0, 0.55, 0.55 }
87 fg[ACTIVE] = { 1.0, 0.0, 0.0 }
88 bg[ACTIVE] = { 0, 0.5, 0.5 }
89 fg[SELECTED] = { 1.0, 0.0, 0.0 }
90 bg[SELECTED] = { 0, 0.5, 0.5 }
91 }
92
93 style "notebook"
94 {
95 fg[NORMAL] = { 0, 0, 0 }
96 bg[NORMAL] = { 0.0, 0.5, 0.5 }
97 fg[ACTIVE] = { 0, 0.0, 0.0 }
98 bg[ACTIVE] = { 0.0, 0.45, 0.45 }
99 }
100
101 style "calendar"
102 {
103 fg[NORMAL] = { 0.0, 0.0, 0.0 } # normal days text and month/year text
104 bg[NORMAL] = { 0.0, 0.7, 0.7 } # top header part and off month days
105 fg[SELECTED] = { 0.0, 0.0, 0.0 } # selected and week numbers for GTK1.x
106 bg[SELECTED] = { 0.0, 0.7, 0.7 } # selected and week numbers for GTK1.x
107 text[SELECTED] = { 0.0, 0.0, 0.0 } # selected and week numbers for GTK2.x
108 base[SELECTED] = { 0.0, 0.7, 0.7 } # selected and week numbers for GTK2.x
109 text[ACTIVE] = { 0.0, 0.0, 0.0 } # week numbers when focus is not on widget for GTK2.x
110 base[ACTIVE] = { 0.0, 0.7, 0.7 } # week numbers when focus is not on widget for GTK2.x
111 fg[PRELIGHT] = { 1.0, 1.0, 1.0 } # prelights for arrows
112 bg[PRELIGHT] = { 0.0, 0.7, 0.7 } # prelights for arrows
113 base[NORMAL] = { 0.0, 0.5, 0.5 } # bg for calendar
114 }
115
116 ################################################################################
117 # These set the widget types to use the styles defined above.
118 widget_class "GtkWindow" style "window"
119 widget_class "GtkDialog" style "window"
120 widget_class "GtkMessageDialog" style "window"
121 widget_class "GtkFileChooser" style "window"
122 widget_class "GtkFontSel*" style "notebook"
123 widget_class "*GtkNotebook" style "notebook"
124 widget_class "*GtkButton*" style "button"
125 widget_class "*GtkCheckButton*" style "toggle_button"
126 widget_class "*GtkRadioButton*" style "toggle_button"
127 widget_class "*GtkToggleButton*" style "toggle_button"
128 widget_class "*GtkSpinButton*" style "spin_button"
129 widget_class "*Menu*" style "menu"
130 widget_class "*GtkText" style "text"
131 widget_class "*GtkTextView" style "text"
132 widget_class "*GtkTreeView" style "text"
133 widget_class "*GtkVScrollbar" style "text"
134 widget_class "*GtkHScrollbar" style "text"
135 widget_class "*GtkEventBox" style "window"
136 widget_class "*GtkCalendar" style "calendar"
137 ############################################################
138 # These set the widget types for named gtk widgets in the C code
139 widget "*.button_app" style "button_app"
140 widget "*.label_high" style "label_high"
141 widget "*.today" style "today"
142 widget "*tooltip*" style "tooltips"
143
144