/usr/share/jpilot/jpilotrc.green is in jpilot 1.8.2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | style "window"
{
#fg[NORMAL] = { 1.0, 0, 0 }
bg[NORMAL] = { 0.0, 0.5, 0.5 }
}
style "label_high"
{
fg[NORMAL] = { 0.0, 0.0, 0.8 }
}
style "today"
{
base[NORMAL] = { 0.0, 0.70, .71 }
}
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 }
bg[PRELIGHT] = { 0, 0.5, 0.5 }
fg[ACTIVE] = { 0, 0.0, 0.0 }
bg[ACTIVE] = { 0, 0.6, 0.6 }
fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 0.0, 0.5, 0.5 }
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
bg[INSENSITIVE] = { 0.0, .690, .678 }
}
style "button_app"
{
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
bg[PRELIGHT] = { 0.0, .65, .65 }
}
style "toggle_button" = "button"
{
fg[NORMAL] = { 0, 0, 0.0 }
bg[NORMAL] = { 0, 0.5, 0.5 }
fg[ACTIVE] = { 0.0, 0.0, 0.0 }
bg[ACTIVE] = { 0.0, 0.7, 0.7 }
bg[PRELIGHT] = { 0.0, 0.5, 0.5 }
}
style "spin_button"
{
#fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 0.0, 0.5, 0.5 }
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
bg[INSENSITIVE] = { 0.0, 0.5, 0.5 }
#fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
#bg[PRELIGHT] = { 1.0, 1.0, 0.0 }
}
style "text"
{
#This is how to use a different font under GTK 1.x
#font = "-adobe-courier-medium-o-normal--8-80-75-75-m-50-iso8859-1"
#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, 0.5, 0.5 }
fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
bg[PRELIGHT] = { 0.0, 0.55, 0.55 }
#fg[SELECTED] = { 0.0, 0.0, 0.0 }
#bg[SELECTED] = { 0.0, 0.7, 0.7 }
fg[ACTIVE] = { 0.0, 0.0, 0.0 }
bg[ACTIVE] = { 0.0, 0.5, 0.5 } #bg of scrollbars
fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } #fg of scrollbar buttons when insensitive
bg[INSENSITIVE] = { 0.0, 0.5, 0.5 } #bg of scrollbar buttons when insensitive
text[NORMAL] = { 0.0, 0.0, 0.0 }
base[NORMAL] = { 1.0, 1.0, 1.0 }
#base[NORMAL] = { 0, 0.5, 0.5 }
}
style "menu"
{
fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 0.0, 0.5, 0.5 }
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
bg[PRELIGHT] = { 0.0, 0.55, 0.55 }
fg[ACTIVE] = { 1.0, 0.0, 0.0 }
bg[ACTIVE] = { 0, 0.5, 0.5 }
fg[SELECTED] = { 1.0, 0.0, 0.0 }
bg[SELECTED] = { 0, 0.5, 0.5 }
}
style "notebook"
{
fg[NORMAL] = { 0, 0, 0 }
bg[NORMAL] = { 0.0, 0.5, 0.5 }
fg[ACTIVE] = { 0, 0.0, 0.0 }
bg[ACTIVE] = { 0.0, 0.45, 0.45 }
}
style "calendar"
{
fg[NORMAL] = { 0.0, 0.0, 0.0 } # normal days text and month/year text
bg[NORMAL] = { 0.0, 0.7, 0.7 } # top header part and off month days
fg[SELECTED] = { 0.0, 0.0, 0.0 } # selected and week numbers for GTK1.x
bg[SELECTED] = { 0.0, 0.7, 0.7 } # selected and week numbers for GTK1.x
text[SELECTED] = { 0.0, 0.0, 0.0 } # selected and week numbers for GTK2.x
base[SELECTED] = { 0.0, 0.7, 0.7 } # selected and week numbers for GTK2.x
text[ACTIVE] = { 0.0, 0.0, 0.0 } # week numbers when focus is not on widget for GTK2.x
base[ACTIVE] = { 0.0, 0.7, 0.7 } # week numbers when focus is not on widget for GTK2.x
fg[PRELIGHT] = { 1.0, 1.0, 1.0 } # prelights for arrows
bg[PRELIGHT] = { 0.0, 0.7, 0.7 } # prelights for arrows
base[NORMAL] = { 0.0, 0.5, 0.5 } # 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 "window"
widget_class "GtkFontSel*" style "notebook"
widget_class "*GtkNotebook" style "notebook"
widget_class "*GtkButton*" style "button"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "toggle_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 "*GtkCList" style "text"
widget_class "*GtkVScrollbar" style "text"
widget_class "*GtkHScrollbar" style "text"
widget_class "*GtkEventBox" style "window"
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"
|