Noah Davis 53cd19094c Change primary monochrome icon colors to match new HIG colors
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
2018-11-21 01:12:07 -05:00

14 lines
974 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 11 3 L 11 11 L 2 11 L 2 20 L 11 20 L 19 20 L 19 3 L 11 3 z M 12 4 L 18 4 L 18 19 L 12 19 L 12 4 z M 15 5 A 1 1 0 0 0 14 6 A 1 1 0 0 0 15 7 A 1 1 0 0 0 16 6 A 1 1 0 0 0 15 5 z M 15 8 A 2 2 0 0 0 13 10 A 2 2 0 0 0 15 12 A 2 2 0 0 0 17 10 A 2 2 0 0 0 15 8 z M 15 9 A 1 1 0 0 1 16 10 A 1 1 0 0 1 15 11 A 1 1 0 0 1 14 10 A 1 1 0 0 1 15 9 z M 3 12 L 10 12 L 10 19 L 3 19 L 3 12 z M 6.5 13 C 5.1192881 13 4 14.119288 4 15.5 C 4 16.880712 5.1192881 18 6.5 18 C 7.8807119 18 9 16.880712 9 15.5 C 9 14.119288 7.8807119 13 6.5 13 z M 6.5 14 A 1.5 1.5 0 0 1 8 15.5 A 1.5 1.5 0 0 1 6.5 17 A 1.5 1.5 0 0 1 5 15.5 A 1.5 1.5 0 0 1 6.5 14 z "
class="ColorScheme-Text"/>
</svg>