File: jpilotrc.purple

package info (click to toggle)
jpilot 1.8.1.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,660 kB
  • sloc: ansic: 41,310; sh: 11,788; makefile: 272
file content (173 lines) | stat: -rw-r--r-- 5,282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
style "window"
{
fg[NORMAL] = { 1.0, 1.0, 1.0 } #forground color for window
bg[NORMAL] = { 0.4, 0.2, 0.6 } #background color for window
}

style "fileselect" = "window"
{
text[NORMAL] = { 0.0, 0.0, 1.0 }    # fg of file selection lists
base[NORMAL] = { 0.85, 0.9, 1.0 }   # bg of file selection lists
}

style "frame"
{
fg[NORMAL] = { 1.0, 1.0, 1.0 } #the text part of a frame
bg[NORMAL] = { 1.0, 1.0, 1.0 } #the outline part of a frame
}

style "label"
{
fg[NORMAL] = { 1.0, 1.0, 1.0 } #foreground of a label and button text
bg[NORMAL] = { 0.4, 0.2, 0.6 } #background for a label
}

style "label_high"
{
fg[NORMAL] = { 0.9, 0.9, 0.5 }
}

style "today"
{
base[NORMAL] = { 0.67, 0.49, .88 }
}

style "tooltips"
{
fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 1.0, 0.98, .84 }
}

style "button"
{
fg[PRELIGHT]    = { 1.0, 1.0, 1.0 } #fg and bg when mouse-over
bg[PRELIGHT]    = { 0.5, 0.3, 0.7 }
fg[ACTIVE]      = { 1.0, 1.0, 1.0 } #fg and bg when button pressed
bg[ACTIVE]      = { 0.4, 0.2, 0.6 } 
#fg[NORMAL]     = { 0.9, 1.0, 1.0 }
bg[NORMAL]      = { 0.4, 0.2, 0.6 } 
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
bg[INSENSITIVE] = { .545, 263, .863 }
}
  
style "button_app"
{
#These are for the 4 main app buttons
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
bg[PRELIGHT] = { 0.6, 0.4, 0.8 }
}

style "toggle_button" = "button"
{
#toggle buttons are the buttons that stay down or up when pressed
}

style "radio_button"
{
#these are the little square buttons
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
bg[PRELIGHT] = { 0.4, 0.2, 0.6 }
fg[ACTIVE]   = { 1.0, 1.0, 1.0 }
bg[ACTIVE]   = { 1.0, 1.0, 0.0 }
#fg[NORMAL]   = { 1.0, 1.0, 0.0 }
fg[NORMAL]   = { .17, .09, .25 }
bg[NORMAL]   = { 0.4, 0.2, 0.6 }
}

style "spin_button"
{
#these are the boxes with up/down arrows
#fg[PRELIGHT]   = { 1.0, 1.0, 1.0 }
bg[PRELIGHT]    = { 1.0, 1.0, 0.0 }
fg[NORMAL]      = { 0.0, 0.0, 0.0 }
bg[NORMAL]      = { 0.4, 0.2, 0.6 }
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
bg[INSENSITIVE] = { 0.4, 0.2, 0.6 }
base[NORMAL]    = { 0.85, 0.9, 1.0 }
}

style "text"
{
#This is how to use a different font under GTK 2.x
#font_name = "Sans 12"
fg[NORMAL]      = { 0.0, 0.0, 0.0 }
bg[NORMAL]      = { 0.4, 0.2, 0.6 }
fg[PRELIGHT]    = { 0.0, 0.0, 0.0 }
bg[PRELIGHT]    = { 0.5, 0.3, 0.7 }
#fg[SELECTED]   = { 0.0, 0.0, 0.0 }
#bg[SELECTED]   = { 0.9, 0.8, 1.0 }
fg[ACTIVE]      = { 0.0, 0.0, 0.0 }
bg[ACTIVE]      = { 0.4, 0.2, 0.6 } #bg of scrollbars
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } #fg of scrollbar buttons when insensitive
bg[INSENSITIVE] = { 0.4, 0.2, 0.6 } #bg of scrollbar buttons when insensitive
text[NORMAL]    = { 0.0, 0.0, 1.0 }
base[NORMAL]    = { 0.85, 0.9, 1.0 }
text[ACTIVE]    = { 0.0, 0.0, 1.0 }  #fg of selected text after focus has left
base[ACTIVE]    = { 0.85, 0.9, 1.0 } #bg of selected text after focus has left
}

style "menu"
{
fg[NORMAL]   = { 1.0, 1.0, 1.0 }
bg[NORMAL]   = { 0.4, 0.2, 0.6 }
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
bg[PRELIGHT] = { 0.5, 0.3, 0.7 }
fg[ACTIVE]   = { 0.0, 1.0, 0.0 }
bg[ACTIVE]   = { 0.4, 0.2, 0.6 }
fg[SELECTED] = { 1.0, 0.0, 0.0 }
bg[SELECTED] = { 1.0, 0.0, 0.5 }
}

style "notebook"
{
fg[NORMAL] = { 0.9, 0.9, 0.9 }
bg[NORMAL] = { 0.4, 0.2, 0.6 }
fg[ACTIVE] = { 1.0, 1.0, 1.0 }
bg[ACTIVE] = { 0.3, 0.1, 0.5 }
}

style "calendar"
{
fg[NORMAL]     = { 1.0, 1.0, 1.0 } # month/year text
bg[NORMAL]     = { 0.5, 0.3, 0.7 } # month/year bg and out-of-month days
fg[PRELIGHT]   = { 1.0, 1.0, 0.0 } # prelights for month/year arrows
bg[PRELIGHT]   = { 0.4, 0.2, 0.6 } # prelights for month/year arrows
text[NORMAL]   = { 1.0, 1.0, 1.0 } # day numbers 
text[SELECTED] = { 1.0, 1.0, 1.0 } # selected day and week numbers fg
base[SELECTED] = { 0.5, 0.3, 0.7 } # selected day and week numbers bg
text[ACTIVE]   = { 1.0, 1.0, 1.0 } # week numbers when focus is not on widget
base[ACTIVE]   = { 0.5, 0.3, 0.7 } # week numbers when focus is not on widget
base[NORMAL]   = { 0.4, 0.2, 0.6 } # bg for calendar
}

################################################################################
# These set the widget types to use the styles defined above.
widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkMessageDialog" style "window"
widget_class "GtkFileSelection*" style "fileselect"
widget_class "GtkFontSel*" style "notebook"
widget_class "*GtkNotebook" style "notebook"
widget_class "*GtkButton*" style "button"
widget_class "*GtkCheckButton*" style "radio_button"
widget_class "*GtkRadioButton*" style "radio_button"
widget_class "*GtkToggleButton*" style "toggle_button"
widget_class "*GtkSpinButton" style "spin_button"
widget_class "*Menu*" style "menu"
widget_class "*GtkText" style "text"
widget_class "*GtkTextView" style "text"
widget_class "*GtkEntry" style "text"
widget_class "*GtkCList" style "text"
widget_class "*GtkVScrollbar" style "text"
widget_class "*GtkHScrollbar" style "text"
widget_class "*GtkLabel" style "label"
widget_class "*GtkEventBox" style "label"
widget_class "*GtkFrame" style "frame"
widget_class "*GtkCalendar" style "calendar"
############################################################
# These set the widget types for named gtk widgets in the C code
widget "*.button_app" style "button_app"
widget "*.label_high" style "label_high"
widget "*.today"      style "today"
widget "*tooltip*"    style "tooltips"