This file is indexed.

/usr/share/kpackage/genericqml/org.kde.plasma.themeexplorer/contents/data/themeDescription.json is in plasma-sdk 5.8.6-1.

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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
[
{
    "imagePath": "widgets/background",
    "description": "The default background for plasmoids",
    "delegate": "framesvg"
},
{
    "imagePath": "widgets/translucentbackground",
    "description": "The background for plasmoids that set translucent as their background flag. It's rarely used, but plasmoids can chose between the default more opaque background or an alternate, usually more translucent version.",
    "delegate": "framesvg"
},
{
    "imagePath": "dialogs/background",
    "description": "The background for popup windows: the shadow is on a separate frame in order to be passed to KWin",
    "delegate": "dialog"
},
{
    "imagePath": "translucent/dialogs/background",
    "description": "The background for popup windows: the shadow is on a separate frame in order to be passed to KWin: this version will be used only when the blur and background contrast KWin effects are used.",
    "delegate": "dialog"
},
{
    "imagePath": "opaque/dialogs/background",
    "description": "The background for popup windows: this version is used only when compositing is disabled. If the graphics has rounded borders, they must NOT use antialiasing due to X11 limitations, but should use pixelart tecniques. A mask prefix will be used to cut the window to its rounded borders.",
    "delegate": "dialog"
},
{
    "imagePath": "widgets/panel-background",
    "description": "Graphics for the panel background. It can use a single one or a different graphic for the 4 screen edges.",
    "delegate": "panel"
},
{
    "imagePath": "translucent/widgets/panel-background",
    "description": "Graphics for the panel background. It can use a single one or a different graphic for the 4 screen edges. This version will be used only when the blur and background contrast KWin effects are used.",
    "delegate": "panel"
},
{
    "imagePath": "opaque/widgets/panel-background",
    "description": "Graphics for the panel background. It can use a single one or a different graphic for the 4 screen edges. This version is used only when compositing is disabled. If the graphics has rounded borders, they must NOT use antialiasing due to X11 limitations, but should use pixelart tecniques. A mask prefix will be used to cut the window to its rounded borders.",
    "delegate": "panel"
},
{
    "imagePath": "widgets/tooltip",
    "description": "The background for tooltip windows: the shadow is on a separate frame in order to be passed to KWin",
    "delegate": "dialog"
},
{
    "imagePath": "translucent/widgets/tooltip",
    "description": "The background for tooltip windows: the shadow is on a separate frame in order to be passed to KWin: this version will be used only when the blur and background contrast KWin effects are used.",
    "delegate": "dialog"
},
{
    "imagePath": "opaque/widgets/tooltip",
    "description": "The background for tooltip windows: this version is used only when compositing is disabled. If the graphics has rounded borders, they must NOT use antialiasing due to X11 limitations, but should use pixelart tecniques. A mask prefix will be used to cut the window to its rounded borders.",
    "delegate": "dialog"
},
{
    "imagePath": "widgets/button",
    "description": "Graphics for Buttons and Toolbuttons, such as button face in normal and pressed states and the focus indicator",
    "delegate": "button"
},
{
    "imagePath": "widgets/slider",
    "description": "Graphics for the Slider widget, such has its groove and its handle",
    "delegate": "slider"
},
{
    "imagePath": "widgets/scrollbar",
    "description": "Graphics for the ScrollBar widget, used standalone or in the ScrollView component",
    "delegate": "scrollbar"
},
{
    "imagePath": "widgets/scrollwidget",
    "description": "borders for the ScrollView widget when there is something that can be scrolled in given direction",
    "delegate": "scrollbar"
},
{
    "imagePath": "widgets/lineedit",
    "description": "Graphics for text fields and text areas, such as the background and the focus indicator.",
    "delegate": "textfield"
},
{
    "imagePath": "widgets/bar_meter_horizontal",
    "description": "Graphics for the ProgressBar.",
    "delegate": "progressbar"
},
{
    "imagePath": "widgets/checkmarks",
    "description": "Graphics for check marks of Checkboxes and radiobuttons. The backgrounds comes instead from widgets/button and widgets/actionbutton instead",
    "delegate": "checkmarks"
},
{
    "imagePath": "widgets/actionbutton",
    "description": "Graphics for round buttons. used for radio buttons and tool buttons that don't have text and flat: false.",
    "delegate": "actionbutton"
},
{
    "imagePath": "widgets/frame",
    "description": "A generic visual container, that can look either flat, raised or sunken.",
    "delegate": "allframesvgs"
},
{
    "imagePath": "widgets/viewitem",
    "description": "Graphics to show selected items from a view, sich as FolderView icons or items under the mouse in Kickoff.",
    "delegate": "allframesvgs"
},
{
    "imagePath": "widgets/listitem",
    "description": "Graphics used to decorate the background of items in ListView components.",
    "delegate": "listitem"
},

{
    "imagePath": "widgets/configuration-icons",
    "description": "Small icons for gui details such as the applet handle",
    "delegate": "icons"
},
{
    "imagePath": "widgets/line",
    "description": "A line, used as separator in layouts.",
    "delegate": "icons"
},
{
    "imagePath": "widgets/arrows",
    "description": "Small arrows icons used as expanders, for instance by the systemtray plasmoid.",
    "delegate": "icons"
},
{
    "imagePath": "widgets/action-overlays",
    "description": "Small icons used by the Folderview plasmoid to select/unselect items",
    "delegate": "icons"
},
{
    "imagePath": "widgets/tasks",
    "description": "Different states for the tasks in the main Taskbar plasmoid.",
    "delegate": "allframesvgs"
},
{
    "imagePath": "widgets/tabbar",
    "description": "background and active tab for the Tabbar component",
    "delegate": "tabbar"
},
{
    "imagePath": "widgets/pager",
    "description": "Background for the Desktop Pager plasmoid.",
    "delegate": "allframesvgs"
},
{
    "imagePath": "widgets/busywidget",
    "description": "Graphics for the BusyWidget control.",
    "delegate": "busyindicator"
},
{
    "imagePath": "widgets/toolbar",
    "description": "Background the ToolBar component.",
    "delegate": "framesvg"
},
{
    "imagePath": "widgets/clock",
    "description": "Graphics for the Analog Clock widget",
    "delegate": "clock"
},
{
    "imagePath": "widgets/containment-controls",
    "description": "Graphicsfor the controls used to resize panels.",
    "delegate": "containment-controls"
},
{
    "imagePath": "widgets/monitor",
    "description": "A monitor that can be used in setup kcms that have to show a screen, such as lock screen, screen setup etc.",
    "delegate": "monitor"
},
{
    "imagePath": "widgets/analog_meter",
    "description": "A meter with an hand, used in the System monitor plasmoid.",
    "delegate": "analog_meter"
},
{
    "imagePath": "widgets/branding",
    "description": "Branding elements for the Kickoff menu.",
    "delegate": "icons"
},
{
    "imagePath": "widgets/glowbar",
    "description": "Glows to be used at screen edges and corners to suggest an \"hot edge\", such as autohide panels.",
    "delegate": "framesvg"
},
{
    "imagePath": "widgets/picker",
    "description": "Background the date picker component in mobile devices.(TODO: remove?)",
    "delegate": "framesvg"
},



{
    "imagePath": "icons/akonadi",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/akregator",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/amarok",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/applications",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/apport",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/audio",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/battery",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/bookmarks",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/computer",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/configure",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/device",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/distribute",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/document",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/drive",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/edit",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/go",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/input",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kdeconnect",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/keyboard",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kget",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kgpg",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/klipper",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kmail",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/konversation",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/konv_message",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kopete",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/korgac",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kpackagekit",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/kteatime",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/ktorrent",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/list",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/mail",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/media",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/nepomuk",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/network",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/notification",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/phone",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/preferences",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/printer",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/quassel",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/slc",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/software-updates",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/start",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/system",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/touchpad",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/user",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/video",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/view",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/wallet",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/window",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
},
{
    "imagePath": "icons/zoom",
    "description": "From the monochrome icon theme.",
    "delegate": "icons"
}
]