/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc is in xfce4-notes 1.7.7-3ubuntu2.
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 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 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 | style "notes-default" {
xthickness = 1
ythickness = 1
fg[NORMAL] = @notes_fg_color
fg[ACTIVE] = @notes_fg_color
fg[PRELIGHT] = @notes_fg_color
fg[SELECTED] = @notes_selected_fg_color
fg[INSENSITIVE] = shade(0.78,@notes_fg_color)
bg[NORMAL] = @notes_bg_color
bg[ACTIVE] = @notes_bg_color
bg[PRELIGHT] = mix(0.90,shade(1.1,@notes_bg_color),@notes_selected_bg_color)
bg[SELECTED] = @notes_selected_bg_color
bg[INSENSITIVE] = shade(1.03,@notes_bg_color)
base[NORMAL] = @notes_base_color
base[ACTIVE] = shade(0.65,@notes_base_color)
base[PRELIGHT] = @notes_base_color
base[SELECTED] = @notes_selected_bg_color
base[INSENSITIVE] = shade(1.025,@notes_bg_color)
text[NORMAL] = @notes_text_color
text[ACTIVE] = shade(0.95,@notes_base_color)
text[PRELIGHT] = @notes_text_color
text[SELECTED] = @notes_selected_fg_color
text[INSENSITIVE] = mix(0.675,shade(0.95,@notes_bg_color),@notes_fg_color)
}
style "notes-window" = "notes-default" {
engine "pixmap" {
image {
function = FLAT_BOX
file = "gradient.png"
border = {0, 0, 40, 0}
}
}
}
style "notes-tooltips" {
xthickness = 4
ythickness = 4
bg[NORMAL] = @notes_fg_color
fg[NORMAL] = @notes_bg_color
}
style "notes-notebook" = "notes-default" {
xthickness = 3
ythickness = 3
bg[NORMAL] = @notes_fg_color
fg[NORMAL] = @notes_bg_color
bg[ACTIVE] = shade(1.166,@notes_bg_color)
fg[ACTIVE] = @notes_fg_color
}
style "notes-scrollbar" = "notes-default" {
GtkRange::trough_border = 0
GtkRange::slider_width = 15
GtkRange::stepper_size = 14
GtkScrollbar::min_slider_length = 30
engine "pixmap" {
# Horizontal slider background
image {
function = BOX
detail = "trough"
file = "scrollbars/trough-scrollbar-horiz.png"
border = { 30, 30, 0, 0 }
stretch = TRUE
orientation = HORIZONTAL
}
# Vertical slider background
image {
function = BOX
detail = "trough"
file = "scrollbars/trough-scrollbar-vert.png"
border = { 0, 0, 30, 30 }
stretch = TRUE
orientation = VERTICAL
}
# Horizontal slider (normal)
image {
function = SLIDER
state = NORMAL
file = "scrollbars/slider-horiz.png"
border = { 15, 15, 6, 6 }
stretch = TRUE
orientation = HORIZONTAL
}
# Horizontal slider (active)
image {
function = SLIDER
state = ACTIVE
file = "scrollbars/slider-horiz-active.png"
border = { 15, 15, 6, 6 }
stretch = TRUE
orientation = HORIZONTAL
}
# Horizontal slider (prelight)
image {
function = SLIDER
state = PRELIGHT
file = "scrollbars/slider-horiz-active.png"
border = { 15, 15, 6, 6 }
stretch = TRUE
orientation = HORIZONTAL
}
# Horizontal slider (insensitive)
image {
function = SLIDER
state = INSENSITIVE
file = "scrollbars/slider-horiz.png"
border = { 15, 15, 6, 6 }
stretch = TRUE
orientation = HORIZONTAL
}
# Vertical slider (normal)
image {
function = SLIDER
state = NORMAL
file = "scrollbars/slider-vert.png"
border = { 6, 6, 15, 15 }
stretch = TRUE
orientation = VERTICAL
}
# Vertical slider (active)
image {
function = SLIDER
state = ACTIVE
file = "scrollbars/slider-vert-active.png"
border = { 6, 6, 15, 15 }
stretch = TRUE
orientation = VERTICAL
}
# Vertical slider (prelight)
image {
function = SLIDER
state = PRELIGHT
file = "scrollbars/slider-vert-active.png"
border = { 6, 6, 15, 15 }
stretch = TRUE
orientation = VERTICAL
}
# Vertical slider (insensitive)
image {
function = SLIDER
state = INSENSITIVE
file = "scrollbars/slider-vert.png"
border = { 6, 6, 15, 15 }
stretch = TRUE
orientation = VERTICAL
}
# Scrollbar stepper up (normal)
image {
function = STEPPER
state = NORMAL
file = "scrollbars/stepper-up.png"
stretch = TRUE
arrow_direction = UP
}
# Scrollbar stepper up (active)
image {
function = STEPPER
state = ACTIVE
file = "scrollbars/stepper-up-active.png"
stretch = TRUE
arrow_direction = UP
}
# Scrollbar stepper up (prelight)
image {
function = STEPPER
state = PRELIGHT
file = "scrollbars/stepper-up-active.png"
stretch = TRUE
arrow_direction = UP
}
# Scrollbar stepper up (insensitive)
image {
function = STEPPER
state = INSENSITIVE
file = "scrollbars/stepper-up.png"
stretch = TRUE
arrow_direction = UP
}
# Scrollbar stepper down (normal)
image {
function = STEPPER
state = NORMAL
file = "scrollbars/stepper-down.png"
stretch = TRUE
arrow_direction = DOWN
}
# Scrollbar stepper down (active)
image {
function = STEPPER
state = ACTIVE
file = "scrollbars/stepper-down-active.png"
stretch = TRUE
arrow_direction = DOWN
}
# Scrollbar stepper down (prelight)
image {
function = STEPPER
state = PRELIGHT
file = "scrollbars/stepper-down-active.png"
stretch = TRUE
arrow_direction = DOWN
}
# Scrollbar stepper down (insensitive)
image {
function = STEPPER
state = INSENSITIVE
file = "scrollbars/stepper-down.png"
stretch = TRUE
arrow_direction = DOWN
}
# Scrollbar stepper left (normal)
image {
function = STEPPER
state = NORMAL
file = "scrollbars/stepper-left.png"
stretch = TRUE
arrow_direction = LEFT
}
# Scrollbar stepper left (active)
image {
function = STEPPER
state = ACTIVE
file = "scrollbars/stepper-left-active.png"
stretch = TRUE
arrow_direction = LEFT
}
# Scrollbar stepper left (prelight)
image {
function = STEPPER
state = PRELIGHT
file = "scrollbars/stepper-left-active.png"
stretch = TRUE
arrow_direction = LEFT
}
# Scrollbar stepper left (insensitive)
image {
function = STEPPER
state = INSENSITIVE
file = "scrollbars/stepper-left.png"
stretch = TRUE
arrow_direction = LEFT
}
# Scrollbar stepper right (normal)
image {
function = STEPPER
state = NORMAL
file = "scrollbars/stepper-right.png"
stretch = TRUE
arrow_direction = RIGHT
}
# Scrollbar stepper right (active)
image {
function = STEPPER
state = ACTIVE
file = "scrollbars/stepper-right-active.png"
stretch = TRUE
arrow_direction = RIGHT
}
# Scrollbar stepper right (prelight)
image {
function = STEPPER
state = PRELIGHT
file = "scrollbars/stepper-right-active.png"
stretch = TRUE
arrow_direction = RIGHT
}
# Scrollbar stepper right (insensitive)
image {
function = STEPPER
state = INSENSITIVE
file = "scrollbars/stepper-right.png"
stretch = TRUE
arrow_direction = RIGHT
}
}
}
widget "notes-window*" style "notes-default"
widget "notes-window" style "notes-window"
widget "gtk-tooltip*" style "notes-tooltips"
widget "*notes-notebook*" style "notes-notebook"
widget_class "*GtkScrolledWindow*" style "notes-scrollbar"
|