Summary: The old colors were Icon Grey (`#4d4d4d`, breeze) and an undocumented white color (`#f2f2f2`, breeze-dark). The new colors are Shade Black (`#232629`, breeze) and Cardboard Grey (`#eff0f1`, breeze-dark). With this change, icons in GTK applications will be the same color as icons in Qt applications with the Breeze and Breeze Dark colorschemes. I used `sed --follow-symlinks -i 's/4d4d4d/232629/' *.svg` for breeze and `sed --follow-symlinks -i 's/f2f2f2/eff0f1/' *.svg` for breeze-dark in each directory containing monochrome icons, excluding the color icons in `apps/16` and `apps/22` Test Plan: I'm unsure how to prove that everything is as it should be with such a massive amount of small changes, but I did look through the diff for every file in `git-dag` and found no mistakes. Reviewers: #vdg, #breeze, ngraham Reviewed By: #vdg, #breeze, ngraham Subscribers: ngraham, andreask, kde-frameworks-devel, #breeze, #vdg Tags: #frameworks Differential Revision: https://phabricator.kde.org/D17033
15 lines
856 B
XML
15 lines
856 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
|
<defs id="defs3051">
|
|
<style type="text/css" id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path
|
|
style="fill:currentColor;fill-opacity:1;stroke:none"
|
|
d="M 2 2 L 2 20 L 3 20 L 3 17 L 9 17 L 9 18 L 18 18 L 18 17 L 20 17 L 20 4 L 3 4 L 3 2 L 2 2 z M 3 5 L 19 5 L 19 16 L 3 16 L 3 5 z M 6 6 L 6 8 L 5 8 L 5 10 L 4 10 L 4 11 L 5 11 L 5 13 L 6 13 L 6 14 L 7 14 L 7 12 L 8 12 L 8 11 L 10 11 L 10 12 L 11 12 L 11 13 L 12 13 L 12 14 L 13 14 L 13 15 L 14 15 L 14 14 L 15 14 L 15 13 L 16 13 L 16 12 L 17 12 L 17 11 L 18 11 L 18 10 L 17 10 L 17 9 L 16 9 L 16 8 L 15 8 L 15 7 L 14 7 L 14 6 L 13 6 L 13 7 L 12 7 L 12 8 L 11 8 L 11 9 L 10 9 L 10 10 L 8 10 L 8 9 L 7 9 L 7 6 L 6 6 z "
|
|
class="ColorScheme-Text"
|
|
/>
|
|
</svg>
|