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
816 B
XML
15 lines
816 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 8 4 A 5 5 0 0 0 3 9 L 4 9 A 4 4 0 0 1 8 5 A 4 4 0 0 1 12 9 L 13 9 A 5 5 0 0 0 8 4 z M 8 6 A 3 3 0 0 0 5 9 L 6 9 A 2 2 0 0 1 8 7 A 2 2 0 0 1 10 9 L 11 9 A 3 3 0 0 0 8 6 z M 8 8 A 1 1 0 0 0 7 9 A 1 1 0 0 0 8 10 A 1 1 0 0 0 9 9 A 1 1 0 0 0 8 8 z M 3 11 L 3 18 L 19 18 L 19 11 L 3 11 z M 4 12 L 18 12 L 18 17 L 4 17 L 4 12 z M 12 15 L 12 16 L 13 16 L 13 15 L 12 15 z M 14 15 L 14 16 L 15 16 L 15 15 L 14 15 z M 16 15 L 16 16 L 17 16 L 17 15 L 16 15 z "
|
|
id="rect3343"
|
|
class="ColorScheme-Text"/>
|
|
</svg>
|