Created attachment 144208 [details] Selected folder icon becomes white For non hidden and those with no preview the icon of the selected folder becomes white folder, see attached image for more info.
Can confirm in Dolphin's Compact and Details view in both Dolphin and the file dialog; seems to work fine in both of their Icons views. This suggests that the issue is in Breeze Icons or KIconLoader. Moving to Breeze Icons to start.
This is a duplicate of https://bugs.kde.org/show_bug.cgi?id=445087
*** Bug 445087 has been marked as a duplicate of this bug. ***
No solution for this?
Is there any update? Saw in Nate's post that Dolphin 22.04 will have full line selection. Maybe it solves also this bug.
Unsure what to do about this one. It turns white because *everything* using the highlight color turns white when its list item is highlighted. So if we didn't do this, the icon would be very difficult to distinguish from the selection background. Which it was before. On the other hand, I agree that it looks rather ugly right now. So apparently people preferred the old state that was technically more buggy.
(In reply to Nate Graham from comment #6) > Unsure what to do about this one. I'm not a designer but from a user point of view there are 3 choices : First, for the user eyes the selection is primarily marked by the blue highlighting color that includes the whole icon + FileName, so changing the icon color for a selection has no great signification to selection process, but letting it blue really blends badly the whole highlighting and icon colors. Second which I consider to be more consistent is to include all other icons whether they are hidden or containing previews, the only small annoyance that can be seen is that selected hidden items will have the same icon color as non hidden and if any preview has white color it will be difficult to see. Third, From my point of view the real problem is the mistake of choosing the same color for icons and highlighting selected items. A more solid solution would require whole change of Plasma UI colors by changing selection color (see attached image).
Created attachment 146036 [details] Change selection color
In reply to Nate: maybe a good solution is to draw a white or black shadowed border on the icon to not have it merged with the selection
(In reply to Nate Graham from comment #6) > Unsure what to do about this one. > > It turns white because *everything* using the highlight color turns white > when its list item is highlighted. So if we didn't do this, the icon would > be very difficult to distinguish from the selection background. Which it was > before. > > On the other hand, I agree that it looks rather ugly right now. So > apparently people preferred the old state that was technically more buggy. Well, calling it "more buggy" implies that it makes sense for the folder icons to follow the selection/accent color... But it doesn't, because of the current design of the icon itself, which is only distinguishable from the background by its color. Also, accent colors are very nice, but also "stronger" than the default blue selection: I feel that imposing them to folders (which are by far the most common icons on the screen) is "too much" and less easy on the eye. At least in the absence of a real solution, I'd rather not change the folders' color at all.
In fact the problem is already solved on desktop by drawing dark shadow behind icons, so why not apply same solution and add dark shadow behind the icons of selected items.
Created attachment 146158 [details] Dark shadow behind selected icons
Created attachment 146683 [details] Example of only putting selection background behind name of file, but not icon Is there a temporary workaround for that? I find this really ugly, and it’s not a recolor because it changes the icon (e.g. folder-download) to a normal folder icon, which «looks» particularly buggy to me. Another possibility to fix this is to only color the file(/folder) name and not the icon. It would be more coherent with the other views, and avoid other contrast issues between selection color and other blue icons e.g. HTML file icon; or with any other selection color and Breeze icons that. I tried to mockup how it would look but it would need tweaking to accommodate very short file name so that we can still see that they are selected.
Created attachment 146747 [details] Workaround for disabling folder colorization upon selection
So, here's what I understood: #3daee9 is the default selection color in Breeze and Breeze Dark themes, so the new accent color feature works by replacing this color with another one of user's choice. Also, what's colored with the accent color becomes white upon selection. And, because what's black also becomes white upon selection (which includes not only text, but also the folder's decals), here's why the entire folders icons become white (most definitely a bug). For the ones seeking for a workaround: - I've made a copy of all folder icons and used inkscape for just altering the folder's standard blue shade, "#3daee9" to "#47b8f3" (the two colors are almost indistinguishable to the eye); - put the altered folder icons into "$HOME/.local/icons/breeze/places". That's ugly, but simple and effective. You can see what this looks like in the attachment here above; if you want you can download it from https://www.pling.com/p/1709570
I think that the best solution is to dralw a dark shadow around the folder icon. It is definitely more consistent with the desktop behaviour. Do you agree?
(In reply to medin from comment #12) > Created attachment 146158 [details] > Dark shadow behind selected icons Definitely the best solution
Created attachment 148067 [details] Icons view with accent colour and folder darkening on selection So I was looking at the icon view mode. When I use an accent colour (as apposed to the default for the colour scheme) and select a folder, the folder iself is darkened and only the text is highlighted would this not work well if made universal for all modes and as default?
If it's possible to do that, I'm all for it. However I think it would be very technically challenging. This issue happens in the first place because we made folder colors respect the color scheme. We don't currently have the ability to say, "respect the color scheme when unselected, but apply this other appearance when selected".
*** Bug 457197 has been marked as a duplicate of this bug. ***
Another side effect of the bug is that when you are editing a line in dolphin, all the other fields become white on white ie invisible.
Any progress on this? Or can an expert point to the code where the code is implemented? Thanks
to me different approaches like not having the highlight over the icon or adding a shadow (which would have to be reimplemented separatedly over and over again in dolphin, open dialogs and many other apps as item delegates are often custom code, so consistency would suffer) look significantly worse. whether the white folder is a thing good or bad, to me is largely a matter of taste (personally i do like this look and behavior a lot, and i find much more pleasing than different options such added borders or shadows) And is indeed more readable than before. It may be an actual thing that many people tend to not like coloring the folders with the highlight color in the first place. The very same thing was actually done once already in the early 5.x lifecycle, and was quickly reverted due to backlash, most people being ok with it but those that weren't were VERY vocal. I'm wondering if this should be configurable. The only way we would have to configure it would actually be a different icon theme with *only* the folder icons which would have non themeable colors, that would fallback to normal breeze for everything else.
Yeah that may be a good idea indeed. So we would have a highlight/accent-color-respecting icon theme and a fixed-color icon theme. Or maybe we could even simplify this to a checkbox in the KCM: "use highlight/accent color for Folder backgrounds"
(In reply to Marco Martin from comment #23) > personally i do like this look and behavior a lot, and i find much > more pleasing than different options such added borders or shadows The current solution is inconsistent because that white color is applied only to non hidden folders that have no thumbnails. > It may be an actual thing that many people tend to not like coloring the > folders with the highlight color in the first place From Windows to other Linux desktops, it seems that only KDE suffers from it, so it's normal to be spotted people.
I solved as suggested here by creating a local icon set slightly darker for the folders, which by the way is even more awesome. After all why to have selection and folder color the same?
*** Bug 463811 has been marked as a duplicate of this bug. ***
Is there any update on this issue? If you could point me in the good code byte I could spend some time trying to fix it. Thanks
I had the Folder icon (default Breeze) turn completely black when I selected the blue accent color from the palette in system settings. It looks a bit broken then.
Hello all, Will the new ocean breeze theme have the same white select folder? Btw if a folder is hidden it does not get white. So it is an inconsistent behavior. Thanks for an update Gianluca
*** Bug 482186 has been marked as a duplicate of this bug. ***
Still an issue in Plasma 6.0.2.
O Plasma 6.0.3 I am now getting black icons instead of white.
The color it changes to will depend on your color scheme and/or accent color.
I still believe it is inconsistent because the selection behaves differently if the folder icon is of a regular folder or a hidden folder.
Git commit 931fc4520ceb9ef44f367979d233f2b5bdd4bbb7 by Marco Martin. Committed on 25/06/2024 at 08:38. Pushed by mart into branch 'master'. Use newly introduced ColorScheme-Accent See https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/116 This is more correct since the color we want to use is the accent color not the background highlight color. M +1 -1 icons-dark/actions/12/object-fill.svg M +1 -1 icons/actions/12/object-fill.svg M +2 -2 icons/actions/12/transform-affect-gradient.svg M +2 -2 icons/actions/12/transform-affect-pattern.svg M +2 -2 icons/actions/12/transform-affect-rounded-corners.svg M +2 -2 icons/actions/12/transform-affect-stroke.svg M +2 -2 icons/actions/16/artifact.svg M +2 -2 icons/actions/16/category2parent.svg M +2 -2 icons/actions/16/child2category.svg M +2 -2 icons/actions/16/curve-connector.svg M +2 -2 icons/actions/16/deep-history.svg M +2 -2 icons/actions/16/dialog-tile-clones.svg M +2 -2 icons/actions/16/document-compareright.svg M +2 -2 icons/actions/16/draw-connector.svg M +2 -2 icons/actions/16/edit-select-original.svg M +1 -1 icons/actions/16/edit-table-cell-split.svg M +2 -2 icons/actions/16/edit-table-insert-column-left.svg M +2 -2 icons/actions/16/edit-table-insert-column-right.svg M +2 -2 icons/actions/16/edit-table-insert-row-above.svg M +2 -2 icons/actions/16/edit-table-insert-row-below.svg M +2 -2 icons/actions/16/edit-table-insert-row-under.svg M +2 -2 icons/actions/16/edit-text-frame-update.svg M +2 -2 icons/actions/16/escape-direction-all.svg M +2 -2 icons/actions/16/escape-direction-down.svg M +2 -2 icons/actions/16/escape-direction-horizontal.svg M +2 -2 icons/actions/16/escape-direction-left.svg M +2 -2 icons/actions/16/escape-direction-right.svg M +2 -2 icons/actions/16/escape-direction-up.svg M +2 -2 icons/actions/16/escape-direction-vertical.svg M +2 -2 icons/actions/16/filename-title-amarok.svg M +1 -1 icons/actions/16/foreign_green.svg M +1 -1 icons/actions/16/foreign_red.svg M +2 -2 icons/actions/16/format-break-node.svg M +2 -2 icons/actions/16/format-connect-node.svg M +2 -2 icons/actions/16/format-disconnect-node.svg M +2 -2 icons/actions/16/format-join-node.svg M +2 -2 icons/actions/16/format-precision-more.svg M +1 -1 icons/actions/16/format-remove-node.svg M +2 -2 icons/actions/16/format-text-capitalize.svg M +2 -2 icons/actions/16/format-text-lowercase.svg M +2 -2 icons/actions/16/format-text-uppercase.svg M +2 -2 icons/actions/16/gnumeric-link-internal.svg M +2 -2 icons/actions/16/input-mouse-click-left.svg M +2 -2 icons/actions/16/input-mouse-click-middle.svg M +2 -2 icons/actions/16/input-mouse-click-right.svg M +1 -1 icons/actions/16/insert-button.svg M +2 -2 icons/actions/16/insert-endnote.svg M +2 -2 icons/actions/16/insert-footnote.svg M +2 -2 icons/actions/16/insert-more-mark.svg M +2 -2 icons/actions/16/insert-page-break.svg M +2 -2 icons/actions/16/insert-table-of-contents.svg M +1 -1 icons/actions/16/insert-table.svg M +1 -1 icons/actions/16/kr_mountman.svg M +1 -1 icons/actions/16/kr_syncbrowse_off.svg M +1 -1 icons/actions/16/kr_syncbrowse_on.svg M +2 -2 icons/actions/16/layer-bottom.svg M +2 -2 icons/actions/16/layer-duplicate.svg M +2 -2 icons/actions/16/layer-lower.svg M +2 -2 icons/actions/16/layer-next.svg M +2 -2 icons/actions/16/layer-previous.svg M +2 -2 icons/actions/16/layer-raise.svg M +2 -2 icons/actions/16/layer-top.svg M +2 -2 icons/actions/16/lines-connector.svg M +2 -2 icons/actions/16/media-track-queue-amarok.svg M +2 -2 icons/actions/16/media-track-show-active.svg M +2 -2 icons/actions/16/media-view-subtitles-symbolic.svg M +2 -2 icons/actions/16/mode1.svg M +2 -2 icons/actions/16/mode2.svg M +2 -2 icons/actions/16/mode3.svg M +2 -2 icons/actions/16/mode4.svg M +2 -2 icons/actions/16/mode5.svg M +2 -2 icons/actions/16/node-segment-curve.svg M +2 -2 icons/actions/16/node-segment-line.svg M +2 -2 icons/actions/16/node-transform.svg M +2 -2 icons/actions/16/node-type-auto-smooth.svg M +2 -2 icons/actions/16/node-type-cusp.svg M +2 -2 icons/actions/16/node-type-smooth.svg M +2 -2 icons/actions/16/node-type-symmetric.svg M +2 -2 icons/actions/16/object-to-path.svg M +1 -1 icons/actions/16/paint-pattern.svg M +1 -1 icons/actions/16/panel-fit-height.svg M +1 -1 icons/actions/16/panel-fit-width.svg M +2 -2 icons/actions/16/path-break-apart.svg M +2 -2 icons/actions/16/path-combine.svg M +1 -1 icons/actions/16/path-cut.svg M +2 -2 icons/actions/16/path-effect-parameter-next.svg M +2 -2 icons/actions/16/path-inset.svg M +2 -2 icons/actions/16/path-intersection.svg M +2 -2 icons/actions/16/path-offset-dynamic.svg M +2 -2 icons/actions/16/path-offset-linked.svg M +2 -2 icons/actions/16/path-outset.svg M +2 -2 icons/actions/16/path-reverse.svg M +2 -2 icons/actions/16/rectangle-make-corners-sharp.svg M +2 -2 icons/actions/16/selection-move-to-layer-above.svg M +2 -2 icons/actions/16/selection-move-to-layer-below.svg M +2 -2 icons/actions/16/show-node-handles.svg M +2 -2 icons/actions/16/similarartists-amarok.svg M +3 -3 icons/actions/16/snap-angle.svg M +2 -2 icons/actions/16/snap-bounding-box-center.svg M +2 -2 icons/actions/16/snap-bounding-box-corners.svg M +2 -2 icons/actions/16/snap-bounding-box-edges.svg M +2 -2 icons/actions/16/snap-bounding-box-midpoints.svg M +2 -2 icons/actions/16/snap-grid-guide-intersections.svg M +2 -2 icons/actions/16/snap-nodes-center.svg M +2 -2 icons/actions/16/snap-nodes-cusp.svg M +2 -2 icons/actions/16/snap-nodes-intersection.svg M +2 -2 icons/actions/16/snap-nodes-midpoint.svg M +2 -2 icons/actions/16/snap-nodes-path.svg M +2 -2 icons/actions/16/snap-nodes-rotation-center.svg M +2 -2 icons/actions/16/snap-nodes-smooth.svg M +2 -2 icons/actions/16/snap-text-baseline.svg M +2 -2 icons/actions/16/snap.svg M +2 -2 icons/actions/16/standard-connector.svg M +2 -2 icons/actions/16/stroke-to-path.svg M +2 -2 icons/actions/16/text-put-on-path.svg M +2 -2 icons/actions/16/text_line_spacing.svg M +2 -2 icons/actions/16/transform-affect-gradient.svg M +2 -2 icons/actions/16/transform-affect-pattern.svg M +2 -2 icons/actions/16/transform-affect-rounded-corners.svg M +2 -2 icons/actions/16/transform-affect-stroke.svg M +2 -2 icons/actions/16/vcs-branch.svg M +2 -2 icons/actions/16/vcs-stash-pop.svg M +2 -2 icons/actions/16/vcs-stash.svg M +1 -1 icons/actions/22/adjusthsl.svg M +2 -2 icons/actions/22/align-horizontal-node.svg M +2 -2 icons/actions/22/align-vertical-node.svg M +2 -2 icons/actions/22/atmosphere.svg M +2 -2 icons/actions/22/category2parent.svg M +2 -2 icons/actions/22/check_constraint.svg M +2 -2 icons/actions/22/child2category.svg M +2 -2 icons/actions/22/colorfx.svg M +2 -2 icons/actions/22/colorneg.svg M +1 -1 icons/actions/22/colors-luma.svg M +2 -2 icons/actions/22/curve-connector.svg M +2 -2 icons/actions/22/database-change-key.svg M +2 -2 icons/actions/22/deep-history.svg M +2 -2 icons/actions/22/distribute-graph-directed.svg M +2 -2 icons/actions/22/distribute-graph.svg M +2 -2 icons/actions/22/distribute-horizontal-node.svg M +2 -2 icons/actions/22/distribute-vertical-node.svg M +2 -2 icons/actions/22/draw-connector.svg M +2 -2 icons/actions/22/edit-table-insert-column-left.svg M +2 -2 icons/actions/22/edit-table-insert-column-right.svg M +2 -2 icons/actions/22/edit-table-insert-row-above.svg M +2 -2 icons/actions/22/edit-table-insert-row-below.svg M +2 -2 icons/actions/22/edit-table-insert-row-under.svg M +2 -2 icons/actions/22/edit-text-frame-update.svg M +2 -2 icons/actions/22/escape-direction-all.svg M +3 -3 icons/actions/22/escape-direction-down.svg M +3 -3 icons/actions/22/escape-direction-horizontal.svg M +3 -3 icons/actions/22/escape-direction-left.svg M +3 -3 icons/actions/22/escape-direction-right.svg M +3 -3 icons/actions/22/escape-direction-up.svg M +3 -3 icons/actions/22/escape-direction-vertical.svg M +2 -2 icons/actions/22/exchange-positions-clockwise.svg M +2 -2 icons/actions/22/exchange-positions-zorder.svg M +2 -2 icons/actions/22/filename-initial-amarok.svg M +2 -2 icons/actions/22/filename-title-amarok.svg M +2 -2 icons/actions/22/format-break-node.svg M +2 -2 icons/actions/22/format-connect-node.svg M +2 -2 icons/actions/22/format-convert-to-path.svg M +2 -2 icons/actions/22/format-disconnect-node.svg M +2 -2 icons/actions/22/format-insert-node.svg M +2 -2 icons/actions/22/format-join-node.svg M +2 -2 icons/actions/22/format-node-corner.svg M +2 -2 icons/actions/22/format-node-curve.svg M +2 -2 icons/actions/22/format-node-line.svg M +2 -2 icons/actions/22/format-node-smooth.svg M +2 -2 icons/actions/22/format-node-symmetric.svg M +2 -2 icons/actions/22/format-precision-more.svg M +2 -2 icons/actions/22/format-segment-curve.svg M +2 -2 icons/actions/22/format-segment-line.svg M +2 -2 icons/actions/22/format-text-capitalize.svg M +2 -2 icons/actions/22/format-text-lowercase.svg M +2 -2 icons/actions/22/format-text-uppercase.svg M +2 -2 icons/actions/22/gnumeric-format-precision-increase.svg M +2 -2 icons/actions/22/gnumeric-link-external.svg M +2 -2 icons/actions/22/gnumeric-link-internal.svg M +2 -2 icons/actions/22/gnumeric-object-scrollbar.svg M +2 -2 icons/actions/22/input-mouse-click-left.svg M +2 -2 icons/actions/22/input-mouse-click-middle.svg M +2 -2 icons/actions/22/input-mouse-click-right.svg M +2 -2 icons/actions/22/insert-endnote.svg M +2 -2 icons/actions/22/insert-footnote.svg M +2 -2 icons/actions/22/insert-more-mark.svg M +2 -2 icons/actions/22/insert-page-break.svg M +2 -2 icons/actions/22/insert-table-of-contents.svg M +2 -2 icons/actions/22/insert-table.svg M +2 -2 icons/actions/22/item.svg M +2 -2 icons/actions/22/know.svg M +1 -1 icons/actions/22/kstars_supernovae.svg M +2 -2 icons/actions/22/kt-queue-manager.svg M +2 -2 icons/actions/22/labplot-1x-zoom.svg M +2 -2 icons/actions/22/labplot-2x-zoom.svg M +2 -2 icons/actions/22/labplot-3x-zoom.svg M +2 -2 icons/actions/22/labplot-4x-zoom.svg M +2 -2 icons/actions/22/labplot-5x-zoom.svg M +2 -2 icons/actions/22/labplot-matrix-new.svg M +2 -2 icons/actions/22/labplot-matrix.svg M +2 -2 icons/actions/22/labplot-plot-axis-points.svg M +2 -2 icons/actions/22/labplot-xy-fit-curve.svg M +2 -2 icons/actions/22/labplot-xy-fourier-filter-curve.svg M +2 -2 icons/actions/22/labplot-xy-fourier-transform-curve.svg M +2 -2 icons/actions/22/labplot-xy-interpolation-curve.svg M +2 -2 icons/actions/22/labplot-xy-smoothing-curve.svg M +2 -2 icons/actions/22/lensautofix.svg M +2 -2 icons/actions/22/lines-connector.svg M +2 -2 icons/actions/22/media-track-queue-amarok.svg M +2 -2 icons/actions/22/media-track-show-active.svg M +2 -2 icons/actions/22/mode1.svg M +2 -2 icons/actions/22/mode2.svg M +2 -2 icons/actions/22/mode3.svg M +2 -2 icons/actions/22/mode4.svg M +2 -2 icons/actions/22/mode5.svg M +2 -2 icons/actions/22/node-segment-curve.svg M +2 -2 icons/actions/22/node-segment-line.svg M +2 -2 icons/actions/22/node-transform.svg M +2 -2 icons/actions/22/node-type-auto-smooth.svg M +2 -2 icons/actions/22/node-type-cusp.svg M +2 -2 icons/actions/22/node-type-smooth.svg M +2 -2 icons/actions/22/node-type-symmetric.svg M +2 -2 icons/actions/22/notification-progress-active.svg M +1 -1 icons/actions/22/object-group.svg M +1 -1 icons/actions/22/object-order-back.svg M +1 -1 icons/actions/22/object-order-front.svg M +1 -1 icons/actions/22/object-order-lower.svg M +1 -1 icons/actions/22/object-order-raise.svg M +1 -1 icons/actions/22/object-rotate-left.svg M +1 -1 icons/actions/22/object-rows.svg M +2 -2 icons/actions/22/object-to-path.svg M +1 -1 icons/actions/22/object-ungroup.svg M +1 -1 icons/actions/22/office-chart-bar-percentage.svg M +1 -1 icons/actions/22/office-chart-line-forecast.svg M +1 -1 icons/actions/22/office-chart-line-percentage.svg M +1 -1 icons/actions/22/office-chart-line-stacked.svg M +1 -1 icons/actions/22/office-chart-line.svg M +1 -1 icons/actions/22/office-chart-polar-stacked.svg M +1 -1 icons/actions/22/office-chart-ring.svg M +1 -1 icons/actions/22/office-chart-scatter.svg M +1 -1 icons/actions/22/overexposure.svg M +1 -1 icons/actions/22/panel-fit-height.svg M +1 -1 icons/actions/22/panel-fit-width.svg M +1 -1 icons/actions/22/path-clip-edit.svg M +2 -2 icons/actions/22/path-effect-parameter-next.svg M +1 -1 icons/actions/22/path-mask-edit.svg M +1 -1 icons/actions/22/path-mode-polyline-paraxial.svg M +1 -1 icons/actions/22/path-mode-polyline.svg M +2 -2 icons/actions/22/path-reverse.svg M +1 -1 icons/actions/22/player-time.svg M +1 -1 icons/actions/22/send_signal.svg M +1 -1 icons/actions/22/sharpenimage.svg M +2 -2 icons/actions/22/show-node-handles.svg M +1 -1 icons/actions/22/show-path-outline.svg M +2 -2 icons/actions/22/similarartists-amarok.svg M +1 -1 icons/actions/22/skg-chart-bubble.svg M +1 -1 icons/actions/22/skrooge_type.svg M +3 -3 icons/actions/22/snap-angle.svg M +2 -2 icons/actions/22/snap-bounding-box-center.svg M +2 -2 icons/actions/22/snap-bounding-box-corners.svg M +2 -2 icons/actions/22/snap-bounding-box-edges.svg M +2 -2 icons/actions/22/snap-bounding-box-midpoints.svg M +2 -2 icons/actions/22/snap-grid-guide-intersections.svg M +2 -2 icons/actions/22/snap-nodes-center.svg M +2 -2 icons/actions/22/snap-nodes-cusp.svg M +2 -2 icons/actions/22/snap-nodes-intersection.svg M +2 -2 icons/actions/22/snap-nodes-midpoint.svg M +2 -2 icons/actions/22/snap-nodes-path.svg M +2 -2 icons/actions/22/snap-nodes-rotation-center.svg M +2 -2 icons/actions/22/snap-nodes-smooth.svg M +2 -2 icons/actions/22/snap-text-baseline.svg M +2 -2 icons/actions/22/snap.svg M +2 -2 icons/actions/22/standard-connector.svg M +1 -1 icons/actions/22/step_object_ChargedParticle.svg M +2 -2 icons/actions/22/step_object_CoulombForce.svg M +2 -2 icons/actions/22/step_object_GravitationForce.svg M +1 -1 icons/actions/22/step_object_LinearMotor.svg M +2 -2 icons/actions/22/step_object_WeightForce.svg M +1 -1 icons/actions/22/story-editor.svg M +2 -2 icons/actions/22/stroke-to-path.svg M +2 -2 icons/actions/22/table.svg M +1 -1 icons/actions/22/tag-new.svg M +1 -1 icons/actions/22/tag-recents.svg M +1 -1 icons/actions/22/tag.svg M +1 -1 icons/actions/22/taxes-finances.svg M +2 -2 icons/actions/22/text-flow-into-frame.svg M +1 -1 icons/actions/22/text-unflow.svg M +2 -2 icons/actions/22/text-wrap.svg M +2 -2 icons/actions/22/text_horz_kern.svg M +1 -1 icons/actions/22/text_letter_spacing.svg M +2 -2 icons/actions/22/text_line_spacing.svg M +2 -2 icons/actions/22/text_rotation.svg M +1 -1 icons/actions/22/text_subscript.svg M +1 -1 icons/actions/22/text_superscript.svg M +2 -2 icons/actions/22/text_vert_kern.svg M +2 -2 icons/actions/22/text_word_spacing.svg M +3 -3 icons/actions/22/timeline-insert.svg M +2 -2 icons/actions/22/timeline-mode-insert.svg M +2 -2 icons/actions/22/timeline-mode-normal.svg M +2 -2 icons/actions/22/timeline-mode-overwrite.svg M +3 -3 icons/actions/22/timeline-overwrite.svg M +1 -1 icons/actions/22/tool_color_eraser.svg M +1 -1 icons/actions/22/tool_curve.svg M +1 -1 icons/actions/22/unmarkasblank.svg M +1 -1 icons/actions/22/user-group-delete.svg M +2 -2 icons/actions/22/vcs-branch.svg M +2 -2 icons/actions/22/vcs-stash-pop.svg M +2 -2 icons/actions/22/vcs-stash.svg M +1 -1 icons/actions/22/view-calendar-wedding-anniversary.svg M +1 -1 icons/actions/22/view-close.svg M +1 -1 icons/actions/22/view-financial-category-expense.svg M +1 -1 icons/actions/22/view-left-close.svg M +1 -1 icons/actions/22/view-media-lyrics.svg M +1 -1 icons/actions/22/view-pim-tasks-pending.svg M +1 -1 icons/actions/22/view-right-close.svg M +2 -2 icons/actions/22/view-time-schedule-baselined-add.svg M +1 -1 icons/actions/22/view-time-schedule-baselined-remove.svg M +2 -2 icons/actions/22/view-time-schedule-baselined.svg M +1 -1 icons/actions/22/view-time-schedule-calculus.svg M +1 -1 icons/actions/22/view-time-schedule-edit.svg M +1 -1 icons/actions/32/colors-luma.svg M +1 -1 icons/actions/32/configure.svg M +1 -1 icons/actions/32/document-open-recent.svg M +2 -2 icons/actions/32/document-print-direct.svg M +1 -1 icons/actions/32/document-print.svg M +2 -2 icons/applets/128/osd-duplicate.svg M +2 -2 icons/applets/128/osd-rotate-ccw.svg M +2 -2 icons/applets/128/osd-rotate-cw.svg M +2 -2 icons/applets/128/osd-rotate-flip.svg M +2 -2 icons/applets/128/osd-rotate-normal.svg M +2 -2 icons/applets/128/osd-sbs-left.svg M +2 -2 icons/applets/128/osd-sbs-sright.svg M +2 -2 icons/applets/128/osd-shutd-laptop.svg M +2 -2 icons/applets/128/osd-shutd-screen.svg M +4 -4 icons/applets/128/user-ada-lovelace.svg M +5 -5 icons/applets/128/user-alice-in-wonderland.svg M +5 -5 icons/applets/128/user-grace-hopper.svg M +2 -2 icons/applets/128/user-leonardo-da-vinci.svg M +3 -3 icons/applets/128/user-mahatma-gandhi.svg M +2 -2 icons/applets/128/user-man.svg M +7 -7 icons/applets/128/user-mowgli.svg M +2 -2 icons/applets/128/user-none.svg M +1 -1 icons/applets/256/applets-template.svg M +1 -1 icons/applets/256/empty.svg M +1 -1 icons/applets/256/org.kde.ktpcontactlist.svg M +6 -6 icons/applets/256/org.kde.muonnotifier.svg M +2 -2 icons/applets/256/org.kde.plasma.activitybar.svg M +6 -6 icons/applets/256/org.kde.plasma.analogclock.svg M +1 -1 icons/applets/256/org.kde.plasma.battery.svg M +1 -1 icons/applets/256/org.kde.plasma.binaryclock.svg M +1 -1 icons/applets/256/org.kde.plasma.calculator.svg M +1 -1 icons/applets/256/org.kde.plasma.calendar.svg M +2 -2 icons/applets/256/org.kde.plasma.clipboard.svg M +1 -1 icons/applets/256/org.kde.plasma.colorpicker.svg M +1 -1 icons/applets/256/org.kde.plasma.comic.svg M +2 -2 icons/applets/256/org.kde.plasma.devicenotifier.svg M +1 -1 icons/applets/256/org.kde.plasma.digitalclock.svg M +4 -4 icons/applets/256/org.kde.plasma.diskquota.svg M +1 -1 icons/applets/256/org.kde.plasma.fifteenpuzzle.svg M +1 -1 icons/applets/256/org.kde.plasma.folder.svg M +1 -1 icons/applets/256/org.kde.plasma.frame.svg M +1 -1 icons/applets/256/org.kde.plasma.fuzzyclock.svg M +2 -2 icons/applets/256/org.kde.plasma.icontasks.svg M +1 -1 icons/applets/256/org.kde.plasma.kicker.svg M +1 -1 icons/applets/256/org.kde.plasma.kickerdash.svg M +1 -1 icons/applets/256/org.kde.plasma.kickoff.svg M +1 -1 icons/applets/256/org.kde.plasma.kickofflegacy.svg M +1 -1 icons/applets/256/org.kde.plasma.mediacontroller.svg M +1 -1 icons/applets/256/org.kde.plasma.networkmanagement.svg M +5 -5 icons/applets/256/org.kde.plasma.pager.svg M +1 -1 icons/applets/256/org.kde.plasma.quicklaunch.svg M +1 -1 icons/applets/256/org.kde.plasma.showActivityManager.svg M +5 -5 icons/applets/256/org.kde.plasma.systemloadviewer.svg M +1 -1 icons/applets/256/org.kde.plasma.systemmonitor.cpu.svg M +1 -1 icons/applets/256/org.kde.plasma.systemmonitor.diskactivity.svg M +4 -4 icons/applets/256/org.kde.plasma.systemmonitor.diskusage.svg M +3 -3 icons/applets/256/org.kde.plasma.systemmonitor.memory.svg M +1 -1 icons/applets/256/org.kde.plasma.systemmonitor.net.svg M +2 -2 icons/applets/256/org.kde.plasma.systemtray.svg M +1 -1 icons/applets/256/org.kde.plasma.taskmanager.svg M +1 -1 icons/applets/256/org.kde.plasma.timer.svg M +1 -1 icons/applets/256/org.kde.plasma.userswitcher.svg M +1 -1 icons/applets/256/org.kde.plasma.vault.svg M +3 -3 icons/applets/256/org.kde.plasma.volume.svg M +1 -1 icons/applets/256/org.kde.plasma.windowlist.svg M +2 -2 icons/applets/32/osd-duplicate.svg M +2 -2 icons/applets/32/osd-rotate-ccw.svg M +2 -2 icons/applets/32/osd-rotate-cw.svg M +2 -2 icons/applets/32/osd-rotate-flip.svg M +2 -2 icons/applets/32/osd-rotate-normal.svg M +2 -2 icons/applets/32/osd-sbs-left.svg M +2 -2 icons/applets/32/osd-sbs-sright.svg M +2 -2 icons/applets/32/osd-shutd-laptop.svg M +2 -2 icons/applets/32/osd-shutd-screen.svg M +2 -2 icons/applets/48/osd-duplicate.svg M +2 -2 icons/applets/48/osd-rotate-ccw.svg M +2 -2 icons/applets/48/osd-rotate-cw.svg M +2 -2 icons/applets/48/osd-rotate-flip.svg M +2 -2 icons/applets/48/osd-rotate-normal.svg M +2 -2 icons/applets/48/osd-sbs-left.svg M +2 -2 icons/applets/48/osd-sbs-sright.svg M +2 -2 icons/applets/48/osd-shutd-laptop.svg M +2 -2 icons/applets/48/osd-shutd-screen.svg M +2 -2 icons/applets/64/osd-duplicate.svg M +2 -2 icons/applets/64/osd-rotate-ccw.svg M +2 -2 icons/applets/64/osd-rotate-cw.svg M +2 -2 icons/applets/64/osd-rotate-flip.svg M +2 -2 icons/applets/64/osd-rotate-normal.svg M +2 -2 icons/applets/64/osd-sbs-left.svg M +2 -2 icons/applets/64/osd-sbs-sright.svg M +2 -2 icons/applets/64/osd-shutd-laptop.svg M +2 -2 icons/applets/64/osd-shutd-screen.svg M +1 -1 icons/apps/16/kdeconnect-symbolic.svg M +3 -3 icons/apps/16/system-file-manager.svg M +3 -3 icons/apps/16/systemsettings.svg M +1 -1 icons/apps/22/kalarm-symbolic.svg M +1 -1 icons/apps/22/kdeconnect-symbolic.svg M +1 -1 icons/apps/22/kget-symbolic.svg M +1 -1 icons/apps/22/kmail-symbolic.svg M +1 -1 icons/apps/22/konversation-symbolic.svg M +1 -1 icons/apps/22/kopete-symbolic.svg M +1 -1 icons/apps/22/korgac-symbolic.svg M +1 -1 icons/apps/22/kteatime-symbolic.svg M +1 -1 icons/apps/22/ktorrent-symbolic.svg M +3 -3 icons/apps/22/system-file-manager.svg M +1 -1 icons/apps/22/yakuake-symbolic.svg M +1 -1 icons/apps/32/kdeconnect-symbolic.svg M +1 -1 icons/apps/32/klipper-symbolic.svg M +1 -1 icons/apps/32/quassel-symbolic.svg M +4 -4 icons/apps/32/system-file-manager.svg M +3 -3 icons/apps/32/systemsettings.svg M +1 -1 icons/apps/48/kalarm.svg M +5 -5 icons/apps/48/system-file-manager.svg M +3 -3 icons/apps/48/systemsettings.svg M +3 -3 icons/apps/64/system-file-manager.svg M +1 -1 icons/devices/16/input-mouse-battery.svg M +1 -1 icons/devices/22/input-mouse-battery.svg M +1 -1 icons/devices/22/video-display-brightness.svg M +1 -1 icons/devices/32/drive-removable-media-symbolic.svg M +1 -1 icons/devices/32/input-keyboard-symbolic.svg M +1 -1 icons/devices/32/input-mouse-battery-symbolic.svg M +1 -1 icons/devices/32/phone-symbolic.svg M +1 -1 icons/devices/32/video-display-brightness-symbolic.svg M +3 -3 icons/devices/64/input-touchscreen.svg M +2 -2 icons/emblems/16/emblem-added.svg M +2 -2 icons/emblems/16/emblem-information.svg M +2 -2 icons/emblems/16/emblem-remove.svg M +2 -2 icons/emblems/16/emblem-shared.svg M +2 -2 icons/emblems/16/package-install-auto.svg M +2 -2 icons/emblems/16/package-reinstall.svg M +2 -2 icons/emblems/16/package-upgrade-auto.svg M +2 -2 icons/emblems/16/package-upgrade.svg M +2 -2 icons/emblems/16/vcs-added.svg M +2 -2 icons/emblems/16/vcs-locally-modified.svg M +2 -2 icons/emblems/22/emblem-added.svg M +2 -2 icons/emblems/22/emblem-information.svg M +2 -2 icons/emblems/22/emblem-remove.svg M +2 -2 icons/emblems/22/emblem-shared.svg M +2 -2 icons/emblems/22/vcs-added.svg M +2 -2 icons/emblems/22/vcs-locally-modified.svg M +2 -2 icons/emblems/8/emblem-added.svg M +2 -2 icons/emblems/8/emblem-information.svg M +2 -2 icons/emblems/8/emblem-remove.svg M +2 -2 icons/emblems/8/emblem-shared.svg M +2 -2 icons/emblems/8/vcs-added.svg M +2 -2 icons/emblems/8/vcs-locally-modified.svg M +2 -2 icons/places/32/folder-activities.svg M +1 -1 icons/places/32/folder-android.svg M +2 -2 icons/places/32/folder-appimage.svg M +1 -1 icons/places/32/folder-black.svg M +1 -1 icons/places/32/folder-blender.svg M +1 -1 icons/places/32/folder-blue.svg M +2 -2 icons/places/32/folder-book.svg M +2 -2 icons/places/32/folder-bookmark.svg M +1 -1 icons/places/32/folder-brown.svg M +2 -2 icons/places/32/folder-build.svg M +2 -2 icons/places/32/folder-calculate.svg M +2 -2 icons/places/32/folder-chart.svg M +2 -2 icons/places/32/folder-cloud.svg M +2 -2 icons/places/32/folder-comic.svg M +1 -1 icons/places/32/folder-crash.svg M +1 -1 icons/places/32/folder-cyan.svg M +2 -2 icons/places/32/folder-database.svg M +1 -1 icons/places/32/folder-deb.svg M +1 -1 icons/places/32/folder-decrypted.svg M +2 -2 icons/places/32/folder-design.svg M +2 -2 icons/places/32/folder-desktop.svg M +2 -2 icons/places/32/folder-development.svg M +2 -2 icons/places/32/folder-docker.svg M +2 -2 icons/places/32/folder-documents.svg M +2 -2 icons/places/32/folder-download.svg M +2 -2 icons/places/32/folder-drawing.svg M +1 -1 icons/places/32/folder-encrypted.svg M +2 -2 icons/places/32/folder-extension.svg M +2 -2 icons/places/32/folder-favorites.svg M +2 -2 icons/places/32/folder-flatpak.svg M +2 -2 icons/places/32/folder-games.svg M +2 -2 icons/places/32/folder-gdrive.svg M +2 -2 icons/places/32/folder-git.svg M +2 -2 icons/places/32/folder-godot.svg M +1 -1 icons/places/32/folder-green.svg M +1 -1 icons/places/32/folder-grey.svg M +2 -2 icons/places/32/folder-html.svg M +2 -2 icons/places/32/folder-image-people.svg M +1 -1 icons/places/32/folder-important.svg M +1 -1 icons/places/32/folder-java.svg M +2 -2 icons/places/32/folder-language.svg M +2 -2 icons/places/32/folder-library.svg M +2 -2 icons/places/32/folder-locked.svg M +2 -2 icons/places/32/folder-log.svg M +2 -2 icons/places/32/folder-mac.svg M +1 -1 icons/places/32/folder-magenta.svg M +2 -2 icons/places/32/folder-mail.svg M +2 -2 icons/places/32/folder-network.svg M +2 -2 icons/places/32/folder-notes.svg M +2 -2 icons/places/32/folder-open.svg M +1 -1 icons/places/32/folder-orange.svg M +2 -2 icons/places/32/folder-paint.svg M +2 -2 icons/places/32/folder-pictures.svg M +1 -1 icons/places/32/folder-podcast.svg M +2 -2 icons/places/32/folder-presentation.svg M +2 -2 icons/places/32/folder-print.svg M +2 -2 icons/places/32/folder-publicshare.svg M +1 -1 icons/places/32/folder-red.svg M +2 -2 icons/places/32/folder-root.svg M +1 -1 icons/places/32/folder-rpm.svg M +2 -2 icons/places/32/folder-script.svg M +2 -2 icons/places/32/folder-sign.svg M +2 -2 icons/places/32/folder-snap.svg M +2 -2 icons/places/32/folder-sound.svg M +2 -2 icons/places/32/folder-table.svg M +2 -2 icons/places/32/folder-tar.svg M +2 -2 icons/places/32/folder-temp.svg M +2 -2 icons/places/32/folder-templates.svg M +2 -2 icons/places/32/folder-text.svg M +1 -1 icons/places/32/folder-trash.svg M +2 -2 icons/places/32/folder-unlocked.svg M +2 -2 icons/places/32/folder-videos.svg M +1 -1 icons/places/32/folder-violet.svg M +2 -2 icons/places/32/folder-windows.svg M +1 -1 icons/places/32/folder-yellow.svg M +2 -2 icons/places/32/folder.svg M +2 -2 icons/places/32/network-workgroup.svg M +2 -2 icons/places/32/user-home.svg M +2 -2 icons/places/48/folder-activities.svg M +1 -1 icons/places/48/folder-black.svg M +1 -1 icons/places/48/folder-blue.svg M +2 -2 icons/places/48/folder-book.svg M +2 -2 icons/places/48/folder-bookmark.svg M +1 -1 icons/places/48/folder-brown.svg M +2 -2 icons/places/48/folder-cloud.svg M +2 -2 icons/places/48/folder-comic.svg M +1 -1 icons/places/48/folder-cyan.svg M +1 -1 icons/places/48/folder-decrypted.svg M +2 -2 icons/places/48/folder-development.svg M +2 -2 icons/places/48/folder-documents.svg M +2 -2 icons/places/48/folder-download.svg M +1 -1 icons/places/48/folder-encrypted.svg M +2 -2 icons/places/48/folder-favorites.svg M +2 -2 icons/places/48/folder-games.svg M +2 -2 icons/places/48/folder-gdrive.svg M +1 -1 icons/places/48/folder-green.svg M +1 -1 icons/places/48/folder-grey.svg M +2 -2 icons/places/48/folder-html.svg M +2 -2 icons/places/48/folder-image-people.svg M +1 -1 icons/places/48/folder-important.svg M +2 -2 icons/places/48/folder-library.svg M +2 -2 icons/places/48/folder-locked.svg M +1 -1 icons/places/48/folder-magenta.svg M +2 -2 icons/places/48/folder-mail.svg M +2 -2 icons/places/48/folder-network.svg M +2 -2 icons/places/48/folder-open.svg M +1 -1 icons/places/48/folder-orange.svg M +2 -2 icons/places/48/folder-pictures.svg M +2 -2 icons/places/48/folder-print.svg M +2 -2 icons/places/48/folder-publicshare.svg M +1 -1 icons/places/48/folder-red.svg M +2 -2 icons/places/48/folder-root.svg M +2 -2 icons/places/48/folder-script.svg M +2 -2 icons/places/48/folder-sound.svg M +2 -2 icons/places/48/folder-tar.svg M +2 -2 icons/places/48/folder-temp.svg M +2 -2 icons/places/48/folder-templates.svg M +2 -2 icons/places/48/folder-text.svg M +2 -2 icons/places/48/folder-unlocked.svg M +2 -2 icons/places/48/folder-videos.svg M +1 -1 icons/places/48/folder-violet.svg M +1 -1 icons/places/48/folder-yellow.svg M +2 -2 icons/places/48/folder.svg M +2 -2 icons/places/48/network-workgroup.svg M +2 -2 icons/places/48/user-home.svg M +1 -1 icons/places/48/user-trash-full.svg M +1 -1 icons/places/48/user-trash.svg M +2 -2 icons/places/64/folder-activities.svg M +1 -1 icons/places/64/folder-android.svg M +2 -2 icons/places/64/folder-appimage.svg M +1 -1 icons/places/64/folder-black.svg M +1 -1 icons/places/64/folder-blender.svg M +1 -1 icons/places/64/folder-blue.svg M +2 -2 icons/places/64/folder-book.svg M +2 -2 icons/places/64/folder-bookmark.svg M +1 -1 icons/places/64/folder-brown.svg M +2 -2 icons/places/64/folder-build.svg M +2 -2 icons/places/64/folder-calculate.svg M +2 -2 icons/places/64/folder-chart.svg M +2 -2 icons/places/64/folder-cloud.svg M +2 -2 icons/places/64/folder-comic.svg M +1 -1 icons/places/64/folder-crash.svg M +1 -1 icons/places/64/folder-cyan.svg M +2 -2 icons/places/64/folder-database.svg M +2 -2 icons/places/64/folder-deb.svg M +1 -1 icons/places/64/folder-decrypted.svg M +2 -2 icons/places/64/folder-design.svg M +2 -2 icons/places/64/folder-desktop.svg M +2 -2 icons/places/64/folder-development.svg M +2 -2 icons/places/64/folder-docker.svg M +2 -2 icons/places/64/folder-documents.svg M +2 -2 icons/places/64/folder-download.svg M +2 -2 icons/places/64/folder-drawing.svg M +1 -1 icons/places/64/folder-encrypted.svg M +2 -2 icons/places/64/folder-extension.svg M +2 -2 icons/places/64/folder-favorites.svg M +2 -2 icons/places/64/folder-flatpak.svg M +2 -2 icons/places/64/folder-games.svg M +2 -2 icons/places/64/folder-gdrive.svg M +2 -2 icons/places/64/folder-git.svg M +2 -2 icons/places/64/folder-godot.svg M +1 -1 icons/places/64/folder-green.svg M +1 -1 icons/places/64/folder-grey.svg M +2 -2 icons/places/64/folder-html.svg M +2 -2 icons/places/64/folder-image-people.svg M +1 -1 icons/places/64/folder-important.svg M +1 -1 icons/places/64/folder-java.svg M +2 -2 icons/places/64/folder-language.svg M +2 -2 icons/places/64/folder-library.svg M +2 -2 icons/places/64/folder-locked.svg M +2 -2 icons/places/64/folder-log.svg M +2 -2 icons/places/64/folder-mac.svg M +1 -1 icons/places/64/folder-magenta.svg M +2 -2 icons/places/64/folder-mail.svg M +2 -2 icons/places/64/folder-network.svg M +2 -2 icons/places/64/folder-notes.svg M +2 -2 icons/places/64/folder-open.svg M +1 -1 icons/places/64/folder-orange.svg M +2 -2 icons/places/64/folder-paint.svg M +2 -2 icons/places/64/folder-pictures.svg M +1 -1 icons/places/64/folder-podcast.svg M +2 -2 icons/places/64/folder-presentation.svg M +2 -2 icons/places/64/folder-print.svg M +2 -2 icons/places/64/folder-publicshare.svg M +1 -1 icons/places/64/folder-red.svg M +2 -2 icons/places/64/folder-root.svg M +1 -1 icons/places/64/folder-rpm.svg M +2 -2 icons/places/64/folder-script.svg M +2 -2 icons/places/64/folder-sign.svg M +2 -2 icons/places/64/folder-snap.svg M +2 -2 icons/places/64/folder-sound.svg M +2 -2 icons/places/64/folder-table.svg M +2 -2 icons/places/64/folder-tar.svg M +2 -2 icons/places/64/folder-temp.svg M +2 -2 icons/places/64/folder-templates.svg M +2 -2 icons/places/64/folder-text.svg M +1 -1 icons/places/64/folder-trash.svg M +2 -2 icons/places/64/folder-unlocked.svg M +2 -2 icons/places/64/folder-videos.svg M +1 -1 icons/places/64/folder-violet.svg M +2 -2 icons/places/64/folder-windows.svg M +1 -1 icons/places/64/folder-yellow.svg M +2 -2 icons/places/64/folder.svg M +2 -2 icons/places/64/network-workgroup.svg M +2 -2 icons/places/64/user-home.svg M +1 -1 icons/places/64/user-trash-full.svg M +1 -1 icons/places/64/user-trash.svg M +2 -2 icons/places/96/folder-activities.svg M +1 -1 icons/places/96/folder-android.svg M +2 -2 icons/places/96/folder-appimage.svg M +1 -1 icons/places/96/folder-black.svg M +1 -1 icons/places/96/folder-blender.svg M +1 -1 icons/places/96/folder-blue.svg M +2 -2 icons/places/96/folder-book.svg M +2 -2 icons/places/96/folder-bookmark.svg M +1 -1 icons/places/96/folder-brown.svg M +2 -2 icons/places/96/folder-build.svg M +2 -2 icons/places/96/folder-calculate.svg M +2 -2 icons/places/96/folder-chart.svg M +2 -2 icons/places/96/folder-cloud.svg M +2 -2 icons/places/96/folder-comic.svg M +1 -1 icons/places/96/folder-crash.svg M +1 -1 icons/places/96/folder-cyan.svg M +2 -2 icons/places/96/folder-database.svg M +1 -1 icons/places/96/folder-deb.svg M +1 -1 icons/places/96/folder-decrypted.svg M +2 -2 icons/places/96/folder-design.svg M +2 -2 icons/places/96/folder-desktop.svg M +2 -2 icons/places/96/folder-development.svg M +2 -2 icons/places/96/folder-docker.svg M +2 -2 icons/places/96/folder-documents.svg M +2 -2 icons/places/96/folder-download.svg M +2 -2 icons/places/96/folder-drawing.svg M +1 -1 icons/places/96/folder-encrypted.svg M +2 -2 icons/places/96/folder-extension.svg M +2 -2 icons/places/96/folder-favorites.svg M +2 -2 icons/places/96/folder-flatpak.svg M +2 -2 icons/places/96/folder-games.svg M +2 -2 icons/places/96/folder-gdrive.svg M +2 -2 icons/places/96/folder-git.svg M +2 -2 icons/places/96/folder-godot.svg M +1 -1 icons/places/96/folder-green.svg M +1 -1 icons/places/96/folder-grey.svg M +2 -2 icons/places/96/folder-html.svg M +2 -2 icons/places/96/folder-image-people.svg M +1 -1 icons/places/96/folder-important.svg M +1 -1 icons/places/96/folder-java.svg M +2 -2 icons/places/96/folder-language.svg M +2 -2 icons/places/96/folder-library.svg M +2 -2 icons/places/96/folder-locked.svg M +2 -2 icons/places/96/folder-log.svg M +2 -2 icons/places/96/folder-mac.svg M +1 -1 icons/places/96/folder-magenta.svg M +2 -2 icons/places/96/folder-mail.svg M +2 -2 icons/places/96/folder-network.svg M +2 -2 icons/places/96/folder-notes.svg M +2 -2 icons/places/96/folder-open.svg M +1 -1 icons/places/96/folder-orange.svg M +2 -2 icons/places/96/folder-paint.svg M +2 -2 icons/places/96/folder-pictures.svg M +1 -1 icons/places/96/folder-podcast.svg M +2 -2 icons/places/96/folder-presentation.svg M +2 -2 icons/places/96/folder-print.svg M +2 -2 icons/places/96/folder-publicshare.svg M +1 -1 icons/places/96/folder-red.svg M +2 -2 icons/places/96/folder-root.svg M +1 -1 icons/places/96/folder-rpm.svg M +2 -2 icons/places/96/folder-script.svg M +2 -2 icons/places/96/folder-sign.svg M +2 -2 icons/places/96/folder-snap.svg M +2 -2 icons/places/96/folder-sound.svg M +2 -2 icons/places/96/folder-table.svg M +2 -2 icons/places/96/folder-tar.svg M +2 -2 icons/places/96/folder-temp.svg M +2 -2 icons/places/96/folder-templates.svg M +2 -2 icons/places/96/folder-text.svg M +1 -1 icons/places/96/folder-trash.svg M +2 -2 icons/places/96/folder-unlocked.svg M +2 -2 icons/places/96/folder-videos.svg M +1 -1 icons/places/96/folder-violet.svg M +2 -2 icons/places/96/folder-windows.svg M +1 -1 icons/places/96/folder-yellow.svg M +2 -2 icons/places/96/folder.svg M +2 -2 icons/places/96/network-workgroup.svg M +2 -2 icons/places/96/user-home.svg M +3 -3 icons/preferences/22/preferences-desktop-touchscreen.svg M +3 -3 icons/preferences/32/preferences-desktop-touchscreen.svg M +2 -2 icons/status/16/data-information.svg M +2 -2 icons/status/16/smartphonetrusted.svg M +2 -2 icons/status/16/state-information.svg M +1 -1 icons/status/16/state-offline.svg M +2 -2 icons/status/16/state-sync.svg M +2 -2 icons/status/22/data-information.svg M +1 -1 icons/status/22/fcitx-anthy.svg M +1 -1 icons/status/22/fcitx-bopomofo-libpinyin.svg M +1 -1 icons/status/22/fcitx-bopomofo.svg M +1 -1 icons/status/22/fcitx-cangjie.svg M +1 -1 icons/status/22/fcitx-chewing-libpinyin.svg M +1 -1 icons/status/22/fcitx-chewing.svg M +1 -1 icons/status/22/fcitx-chttrans-active.svg M +1 -1 icons/status/22/fcitx-chttrans-inactive.svg M +1 -1 icons/status/22/fcitx-emoji.svg M +1 -1 icons/status/22/fcitx-erbi.svg M +1 -1 icons/status/22/fcitx-fullwidth-active.svg M +1 -1 icons/status/22/fcitx-fullwidth-inactive.svg M +1 -1 icons/status/22/fcitx-handwriting-active.svg M +1 -1 icons/status/22/fcitx-handwriting-inactive.svg M +1 -1 icons/status/22/fcitx-hangul.svg M +1 -1 icons/status/22/fcitx-kbd.svg M +1 -1 icons/status/22/fcitx-libkkc.svg M +1 -1 icons/status/22/fcitx-libskk.svg M +1 -1 icons/status/22/fcitx-punc-active.svg M +1 -1 icons/status/22/fcitx-punc-inactive.svg M +1 -1 icons/status/22/fcitx-quanpin-libpinyin.svg M +1 -1 icons/status/22/fcitx-quanpin.svg M +1 -1 icons/status/22/fcitx-remind-active.svg M +1 -1 icons/status/22/fcitx-remind-inactive.svg M +1 -1 icons/status/22/fcitx-rime.svg M +1 -1 icons/status/22/fcitx-unikey.svg M +1 -1 icons/status/22/fcitx-vk-active.svg M +1 -1 icons/status/22/fcitx-vk-inactive.svg M +1 -1 icons/status/22/fcitx-wbpy.svg M +1 -1 icons/status/22/fcitx-ziranma.svg M +1 -1 icons/status/22/fcitx.svg M +1 -1 icons/status/22/flightmode-off.svg M +1 -1 icons/status/22/flightmode-on.svg M +1 -1 icons/status/22/ime-anthy.svg M +1 -1 icons/status/22/ime-bopomofo.svg M +1 -1 icons/status/22/ime-cangjie.svg M +1 -1 icons/status/22/ime-chewing.svg M +1 -1 icons/status/22/ime-chinese-simplified.svg M +1 -1 icons/status/22/ime-chinese-traditional.svg M +1 -1 icons/status/22/ime-emoji.svg M +1 -1 icons/status/22/ime-erbi.svg M +1 -1 icons/status/22/ime-fullwidth.svg M +1 -1 icons/status/22/ime-googlepinyin.svg M +1 -1 icons/status/22/ime-halfwidth.svg M +1 -1 icons/status/22/ime-handwriting-off.svg M +1 -1 icons/status/22/ime-handwriting-on.svg M +1 -1 icons/status/22/ime-hangul.svg M +1 -1 icons/status/22/ime-libkkc.svg M +1 -1 icons/status/22/ime-libpinyin-bopomofo.svg M +1 -1 icons/status/22/ime-libpinyin-chewing.svg M +1 -1 icons/status/22/ime-libpinyin-pinyin.svg M +1 -1 icons/status/22/ime-libpinyin-quanpin.svg M +1 -1 icons/status/22/ime-libpinyin-shuangpin.svg M +1 -1 icons/status/22/ime-libskk.svg M +1 -1 icons/status/22/ime-pinyin.svg M +1 -1 icons/status/22/ime-punctuation-fullwidth.svg M +1 -1 icons/status/22/ime-punctuation-halfwidth.svg M +1 -1 icons/status/22/ime-quanpin.svg M +1 -1 icons/status/22/ime-remind-off.svg M +1 -1 icons/status/22/ime-remind-on.svg M +1 -1 icons/status/22/ime-rime.svg M +1 -1 icons/status/22/ime-shuangpin.svg M +1 -1 icons/status/22/ime-sunpinyin.svg M +1 -1 icons/status/22/ime-unikey.svg M +1 -1 icons/status/22/ime-wubi.svg M +1 -1 icons/status/22/ime-wubipinyin.svg M +1 -1 icons/status/22/ime-ziranma.svg M +1 -1 icons/status/22/input-caps-on.svg M +1 -1 icons/status/22/input-combo-on.svg M +1 -1 icons/status/22/input-keyboard-battery.svg M +1 -1 icons/status/22/input-keyboard-brightness.svg M +1 -1 icons/status/22/input-keyboard-virtual-off.svg M +1 -1 icons/status/22/input-keyboard-virtual-on.svg M +1 -1 icons/status/22/input-num-on.svg M +1 -1 icons/status/22/kalarm-disabled.svg M +1 -1 icons/status/22/kalarm-partdisabled.svg M +1 -1 icons/status/22/keyboard-layout.svg M +1 -1 icons/status/22/klipper-symbolic.svg M +1 -1 icons/status/22/konv_message.svg M +1 -1 icons/status/22/kpackagekit-important.svg M +1 -1 icons/status/22/kpackagekit-inactive.svg M +1 -1 icons/status/22/kpackagekit-security.svg M +1 -1 icons/status/22/kpackagekit-updates.svg M +1 -1 icons/status/22/mail-unread-new.svg M +1 -1 icons/status/22/mail-unread.svg M +1 -1 icons/status/22/network-mobile-0-5g-locked.svg M +1 -1 icons/status/22/network-mobile-0-5g.svg M +1 -1 icons/status/22/network-mobile-100-5g-locked.svg M +1 -1 icons/status/22/network-mobile-100-5g.svg M +1 -1 icons/status/22/network-mobile-20-5g-locked.svg M +1 -1 icons/status/22/network-mobile-20-5g.svg M +1 -1 icons/status/22/network-mobile-40-5g-locked.svg M +1 -1 icons/status/22/network-mobile-40-5g.svg M +1 -1 icons/status/22/network-mobile-60-5g-locked.svg M +1 -1 icons/status/22/network-mobile-60-5g.svg M +1 -1 icons/status/22/network-mobile-80-5g-locked.svg M +1 -1 icons/status/22/network-mobile-80-5g.svg M +2 -2 icons/status/22/network-mobile-available.svg M +1 -1 icons/status/22/network-unavailable.svg M +1 -1 icons/status/22/network-vpn.svg M +1 -1 icons/status/22/network-wired-activated-limited.svg M +1 -1 icons/status/22/network-wired-activated-locked.svg M +2 -2 icons/status/22/network-wired-available.svg M +1 -1 icons/status/22/network-wired.svg M +1 -1 icons/status/22/network-wireless-0-limited.svg M +1 -1 icons/status/22/network-wireless-0-locked.svg M +1 -1 icons/status/22/network-wireless-0.svg M +1 -1 icons/status/22/network-wireless-100-limited.svg M +1 -1 icons/status/22/network-wireless-100-locked.svg M +1 -1 icons/status/22/network-wireless-100.svg M +1 -1 icons/status/22/network-wireless-20-limited.svg M +1 -1 icons/status/22/network-wireless-20-locked.svg M +1 -1 icons/status/22/network-wireless-20.svg M +1 -1 icons/status/22/network-wireless-40-limited.svg M +1 -1 icons/status/22/network-wireless-40-locked.svg M +1 -1 icons/status/22/network-wireless-40.svg M +1 -1 icons/status/22/network-wireless-60-limited.svg M +1 -1 icons/status/22/network-wireless-60-locked.svg M +1 -1 icons/status/22/network-wireless-60.svg M +1 -1 icons/status/22/network-wireless-80-limited.svg M +1 -1 icons/status/22/network-wireless-80-locked.svg M +1 -1 icons/status/22/network-wireless-80.svg M +1 -1 icons/status/22/network-wireless-available.svg M +1 -1 icons/status/22/network-wireless-connected-20.svg M +1 -1 icons/status/22/network-wireless-connected-40.svg M +1 -1 icons/status/22/network-wireless-connected-60.svg M +1 -1 icons/status/22/network-wireless-connected-80.svg M +1 -1 icons/status/22/network-wireless-off.svg M +1 -1 icons/status/22/network-wireless-on.svg M +1 -1 icons/status/22/showinfo.svg M +2 -2 icons/status/22/smartphonetrusted.svg M +2 -2 icons/status/22/state-information.svg M +2 -2 icons/status/22/telegram-attention-panel.svg M +1 -1 icons/status/22/touchpad_disabled.svg M +1 -1 icons/status/22/touchpad_enabled.svg M +2 -2 icons/status/22/update-low.svg M +1 -1 icons/status/22/user-idle.svg M +1 -1 icons/status/22/wallet-closed.svg M +1 -1 icons/status/22/wallet-open.svg M +1 -1 icons/status/32/input-caps-on.svg M +1 -1 icons/status/32/input-combo-on.svg M +1 -1 icons/status/32/input-keyboard-battery.svg M +1 -1 icons/status/32/input-keyboard-brightness.svg M +1 -1 icons/status/32/input-keyboard-virtual-off.svg M +1 -1 icons/status/32/input-keyboard-virtual-on.svg M +1 -1 icons/status/32/input-num-on.svg M +1 -1 icons/status/32/keyboard-layout.svg M +1 -1 icons/status/32/quassel_inactive.svg M +2 -2 icons/status/32/quassel_message.svg M +2 -2 icons/status/32/smartphonetrusted.svg M +2 -2 icons/status/32/software-updates-additional.svg M +1 -1 icons/status/32/software-updates-important.svg M +1 -1 icons/status/32/software-updates-inactive.svg M +1 -1 icons/status/32/software-updates-release.svg M +1 -1 icons/status/32/software-updates-security.svg M +1 -1 icons/status/32/software-updates-updates.svg M +1 -1 icons/status/32/touchpad_disabled.svg M +1 -1 icons/status/32/touchpad_enabled.svg M +2 -2 icons/status/64/smartphonetrusted.svg https://invent.kde.org/frameworks/breeze-icons/-/commit/931fc4520ceb9ef44f367979d233f2b5bdd4bbb7