Warning, /plasma/plasma-sdk/themeexplorer/package/contents/data/themeDescription.json is written in an unsupported language. File is not indexed.

0001 [
0002 {
0003     "imagePath": "widgets/background",
0004     "description": "The default background for plasmoids",
0005     "delegate": "framesvg"
0006 },
0007 {
0008     "imagePath": "widgets/translucentbackground",
0009     "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.",
0010     "delegate": "framesvg"
0011 },
0012 {
0013     "imagePath": "dialogs/background",
0014     "description": "The background for popup windows: the shadow is on a separate frame in order to be passed to KWin",
0015     "delegate": "dialog"
0016 },
0017 {
0018     "imagePath": "translucent/dialogs/background",
0019     "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.",
0020     "delegate": "dialog"
0021 },
0022 {
0023     "imagePath": "opaque/dialogs/background",
0024     "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.",
0025     "delegate": "dialog"
0026 },
0027 {
0028     "imagePath": "widgets/panel-background",
0029     "description": "Graphics for the panel background. It can use a single one or a different graphic for the 4 screen edges.",
0030     "delegate": "panel"
0031 },
0032 {
0033     "imagePath": "translucent/widgets/panel-background",
0034     "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.",
0035     "delegate": "panel"
0036 },
0037 {
0038     "imagePath": "opaque/widgets/panel-background",
0039     "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.",
0040     "delegate": "panel"
0041 },
0042 {
0043     "imagePath": "widgets/tooltip",
0044     "description": "The background for tooltip windows: the shadow is on a separate frame in order to be passed to KWin",
0045     "delegate": "dialog"
0046 },
0047 {
0048     "imagePath": "translucent/widgets/tooltip",
0049     "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.",
0050     "delegate": "dialog"
0051 },
0052 {
0053     "imagePath": "opaque/widgets/tooltip",
0054     "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.",
0055     "delegate": "dialog"
0056 },
0057 {
0058     "imagePath": "widgets/button",
0059     "description": "Graphics for Buttons and Toolbuttons, such as button face in normal and pressed states and the focus indicator",
0060     "delegate": "button"
0061 },
0062 {
0063     "imagePath": "widgets/slider",
0064     "description": "Graphics for the Slider widget, such has its groove and its handle",
0065     "delegate": "slider"
0066 },
0067 {
0068     "imagePath": "widgets/scrollbar",
0069     "description": "Graphics for the ScrollBar widget, used standalone or in the ScrollView component",
0070     "delegate": "scrollbar"
0071 },
0072 {
0073     "imagePath": "widgets/scrollwidget",
0074     "description": "borders for the ScrollView widget when there is something that can be scrolled in given direction",
0075     "delegate": "scrollbar"
0076 },
0077 {
0078     "imagePath": "widgets/lineedit",
0079     "description": "Graphics for text fields and text areas, such as the background and the focus indicator.",
0080     "delegate": "textfield"
0081 },
0082 {
0083     "imagePath": "widgets/bar_meter_horizontal",
0084     "description": "Graphics for the ProgressBar.",
0085     "delegate": "progressbar"
0086 },
0087 {
0088     "imagePath": "widgets/checkmarks",
0089     "description": "Graphics for check marks of Checkboxes and radiobuttons. The backgrounds comes instead from widgets/button and widgets/actionbutton instead",
0090     "delegate": "checkmarks"
0091 },
0092 {
0093     "imagePath": "widgets/actionbutton",
0094     "description": "Graphics for round buttons. used for radio buttons and tool buttons that don't have text and flat: false.",
0095     "delegate": "actionbutton"
0096 },
0097 {
0098     "imagePath": "widgets/frame",
0099     "description": "A generic visual container, that can look either flat, raised or sunken.",
0100     "delegate": "allframesvgs"
0101 },
0102 {
0103     "imagePath": "widgets/viewitem",
0104     "description": "Graphics to show selected items from a view, sich as FolderView icons or items under the mouse in Kickoff.",
0105     "delegate": "allframesvgs"
0106 },
0107 {
0108     "imagePath": "widgets/listitem",
0109     "description": "Graphics used to decorate the background of items in ListView components.",
0110     "delegate": "listitem"
0111 },
0112 
0113 {
0114     "imagePath": "widgets/configuration-icons",
0115     "description": "Small icons for gui details such as the applet handle",
0116     "delegate": "icons"
0117 },
0118 {
0119     "imagePath": "widgets/line",
0120     "description": "A line, used as separator in layouts.",
0121     "delegate": "icons"
0122 },
0123 {
0124     "imagePath": "widgets/arrows",
0125     "description": "Small arrows icons used as expanders, for instance by the systemtray plasmoid.",
0126     "delegate": "icons"
0127 },
0128 {
0129     "imagePath": "widgets/action-overlays",
0130     "description": "Small icons used by the Folderview plasmoid to select/unselect items",
0131     "delegate": "icons"
0132 },
0133 {
0134     "imagePath": "widgets/tasks",
0135     "description": "Different states for the tasks in the main Taskbar plasmoid.",
0136     "delegate": "allframesvgs"
0137 },
0138 {
0139     "imagePath": "widgets/tabbar",
0140     "description": "background and active tab for the Tabbar component",
0141     "delegate": "tabbar"
0142 },
0143 {
0144     "imagePath": "widgets/pager",
0145     "description": "Background for the Desktop Pager plasmoid.",
0146     "delegate": "allframesvgs"
0147 },
0148 {
0149     "imagePath": "widgets/busywidget",
0150     "description": "Graphics for the BusyWidget control.",
0151     "delegate": "busyindicator"
0152 },
0153 {
0154     "imagePath": "widgets/toolbar",
0155     "description": "Background the ToolBar component.",
0156     "delegate": "framesvg"
0157 },
0158 {
0159     "imagePath": "widgets/clock",
0160     "description": "Graphics for the Analog Clock widget",
0161     "delegate": "clock"
0162 },
0163 {
0164     "imagePath": "widgets/containment-controls",
0165     "description": "Graphicsfor the controls used to resize panels.",
0166     "delegate": "containment-controls"
0167 },
0168 {
0169     "imagePath": "widgets/monitor",
0170     "description": "A monitor that can be used in setup kcms that have to show a screen, such as lock screen, screen setup etc.",
0171     "delegate": "monitor"
0172 },
0173 {
0174     "imagePath": "widgets/analog_meter",
0175     "description": "A meter with an hand, used in the System monitor plasmoid.",
0176     "delegate": "analog_meter"
0177 },
0178 {
0179     "imagePath": "widgets/branding",
0180     "description": "Branding elements for the Kickoff menu.",
0181     "delegate": "icons"
0182 },
0183 {
0184     "imagePath": "widgets/glowbar",
0185     "description": "Glows to be used at screen edges and corners to suggest an \"hot edge\", such as autohide panels.",
0186     "delegate": "framesvg"
0187 },
0188 {
0189     "imagePath": "widgets/picker",
0190     "description": "Background the date picker component in mobile devices.(TODO: remove?)",
0191     "delegate": "framesvg"
0192 },
0193 
0194 
0195 
0196 {
0197     "imagePath": "icons/akonadi",
0198     "description": "From the monochrome icon theme.",
0199     "delegate": "icons"
0200 },
0201 {
0202     "imagePath": "icons/akregator",
0203     "description": "From the monochrome icon theme.",
0204     "delegate": "icons"
0205 },
0206 {
0207     "imagePath": "icons/amarok",
0208     "description": "From the monochrome icon theme.",
0209     "delegate": "icons"
0210 },
0211 {
0212     "imagePath": "icons/applications",
0213     "description": "From the monochrome icon theme.",
0214     "delegate": "icons"
0215 },
0216 {
0217     "imagePath": "icons/apport",
0218     "description": "From the monochrome icon theme.",
0219     "delegate": "icons"
0220 },
0221 {
0222     "imagePath": "icons/audio",
0223     "description": "From the monochrome icon theme.",
0224     "delegate": "icons"
0225 },
0226 {
0227     "imagePath": "icons/battery",
0228     "description": "From the monochrome icon theme.",
0229     "delegate": "icons"
0230 },
0231 {
0232     "imagePath": "icons/bookmarks",
0233     "description": "From the monochrome icon theme.",
0234     "delegate": "icons"
0235 },
0236 {
0237     "imagePath": "icons/computer",
0238     "description": "From the monochrome icon theme.",
0239     "delegate": "icons"
0240 },
0241 {
0242     "imagePath": "icons/configure",
0243     "description": "From the monochrome icon theme.",
0244     "delegate": "icons"
0245 },
0246 {
0247     "imagePath": "icons/device",
0248     "description": "From the monochrome icon theme.",
0249     "delegate": "icons"
0250 },
0251 {
0252     "imagePath": "icons/distribute",
0253     "description": "From the monochrome icon theme.",
0254     "delegate": "icons"
0255 },
0256 {
0257     "imagePath": "icons/document",
0258     "description": "From the monochrome icon theme.",
0259     "delegate": "icons"
0260 },
0261 {
0262     "imagePath": "icons/drive",
0263     "description": "From the monochrome icon theme.",
0264     "delegate": "icons"
0265 },
0266 {
0267     "imagePath": "icons/edit",
0268     "description": "From the monochrome icon theme.",
0269     "delegate": "icons"
0270 },
0271 {
0272     "imagePath": "icons/go",
0273     "description": "From the monochrome icon theme.",
0274     "delegate": "icons"
0275 },
0276 {
0277     "imagePath": "icons/input",
0278     "description": "From the monochrome icon theme.",
0279     "delegate": "icons"
0280 },
0281 {
0282     "imagePath": "icons/kdeconnect",
0283     "description": "From the monochrome icon theme.",
0284     "delegate": "icons"
0285 },
0286 {
0287     "imagePath": "icons/keyboard",
0288     "description": "From the monochrome icon theme.",
0289     "delegate": "icons"
0290 },
0291 {
0292     "imagePath": "icons/kget",
0293     "description": "From the monochrome icon theme.",
0294     "delegate": "icons"
0295 },
0296 {
0297     "imagePath": "icons/kgpg",
0298     "description": "From the monochrome icon theme.",
0299     "delegate": "icons"
0300 },
0301 {
0302     "imagePath": "icons/klipper",
0303     "description": "From the monochrome icon theme.",
0304     "delegate": "icons"
0305 },
0306 {
0307     "imagePath": "icons/kmail",
0308     "description": "From the monochrome icon theme.",
0309     "delegate": "icons"
0310 },
0311 {
0312     "imagePath": "icons/konversation",
0313     "description": "From the monochrome icon theme.",
0314     "delegate": "icons"
0315 },
0316 {
0317     "imagePath": "icons/konv_message",
0318     "description": "From the monochrome icon theme.",
0319     "delegate": "icons"
0320 },
0321 {
0322     "imagePath": "icons/kopete",
0323     "description": "From the monochrome icon theme.",
0324     "delegate": "icons"
0325 },
0326 {
0327     "imagePath": "icons/korgac",
0328     "description": "From the monochrome icon theme.",
0329     "delegate": "icons"
0330 },
0331 {
0332     "imagePath": "icons/kpackagekit",
0333     "description": "From the monochrome icon theme.",
0334     "delegate": "icons"
0335 },
0336 {
0337     "imagePath": "icons/kteatime",
0338     "description": "From the monochrome icon theme.",
0339     "delegate": "icons"
0340 },
0341 {
0342     "imagePath": "icons/ktorrent",
0343     "description": "From the monochrome icon theme.",
0344     "delegate": "icons"
0345 },
0346 {
0347     "imagePath": "icons/list",
0348     "description": "From the monochrome icon theme.",
0349     "delegate": "icons"
0350 },
0351 {
0352     "imagePath": "icons/mail",
0353     "description": "From the monochrome icon theme.",
0354     "delegate": "icons"
0355 },
0356 {
0357     "imagePath": "icons/media",
0358     "description": "From the monochrome icon theme.",
0359     "delegate": "icons"
0360 },
0361 {
0362     "imagePath": "icons/nepomuk",
0363     "description": "From the monochrome icon theme.",
0364     "delegate": "icons"
0365 },
0366 {
0367     "imagePath": "icons/network",
0368     "description": "From the monochrome icon theme.",
0369     "delegate": "icons"
0370 },
0371 {
0372     "imagePath": "icons/notification",
0373     "description": "From the monochrome icon theme.",
0374     "delegate": "icons"
0375 },
0376 {
0377     "imagePath": "icons/phone",
0378     "description": "From the monochrome icon theme.",
0379     "delegate": "icons"
0380 },
0381 {
0382     "imagePath": "icons/preferences",
0383     "description": "From the monochrome icon theme.",
0384     "delegate": "icons"
0385 },
0386 {
0387     "imagePath": "icons/printer",
0388     "description": "From the monochrome icon theme.",
0389     "delegate": "icons"
0390 },
0391 {
0392     "imagePath": "icons/quassel",
0393     "description": "From the monochrome icon theme.",
0394     "delegate": "icons"
0395 },
0396 {
0397     "imagePath": "icons/slc",
0398     "description": "From the monochrome icon theme.",
0399     "delegate": "icons"
0400 },
0401 {
0402     "imagePath": "icons/software-updates",
0403     "description": "From the monochrome icon theme.",
0404     "delegate": "icons"
0405 },
0406 {
0407     "imagePath": "icons/start",
0408     "description": "From the monochrome icon theme.",
0409     "delegate": "icons"
0410 },
0411 {
0412     "imagePath": "icons/system",
0413     "description": "From the monochrome icon theme.",
0414     "delegate": "icons"
0415 },
0416 {
0417     "imagePath": "icons/touchpad",
0418     "description": "From the monochrome icon theme.",
0419     "delegate": "icons"
0420 },
0421 {
0422     "imagePath": "icons/user",
0423     "description": "From the monochrome icon theme.",
0424     "delegate": "icons"
0425 },
0426 {
0427     "imagePath": "icons/video",
0428     "description": "From the monochrome icon theme.",
0429     "delegate": "icons"
0430 },
0431 {
0432     "imagePath": "icons/view",
0433     "description": "From the monochrome icon theme.",
0434     "delegate": "icons"
0435 },
0436 {
0437     "imagePath": "icons/wallet",
0438     "description": "From the monochrome icon theme.",
0439     "delegate": "icons"
0440 },
0441 {
0442     "imagePath": "icons/window",
0443     "description": "From the monochrome icon theme.",
0444     "delegate": "icons"
0445 },
0446 {
0447     "imagePath": "icons/zoom",
0448     "description": "From the monochrome icon theme.",
0449     "delegate": "icons"
0450 }
0451 ]
0452