breeze-icons-for-docpond/icons-dark/actions/16/paint-gradient-linear.svg
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

40 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" viewBox="0 0 16 16">
<defs
id="defs3051">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
</style>
<linearGradient
id="linearGradient3778-2">
<stop
style="stop-color:currentColor;stop-opacity:0.2"
offset="0"
id="stop3780-2" />
<stop
style="stop-color:currentColor;stop-opacity:0.7"
offset="1"
id="stop3782-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3778-2"
id="linearGradient3784"
x1="20"
y1="10.666667"
x2="4.0000052"
y2="10.666667"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.75000025,0,0,0.75,420.71429,530.79074)" />
</defs>
<g transform="translate(-421.71429,-531.79074)" >
<path
style="opacity:1;fill:url(#linearGradient3784);fill-opacity:1;stroke:none;stroke-opacity:1"
d="m 423.71429,533.79074 0,10.5 0,0.75 0,0.75 12,0 0,-0.75 0,-0.75 0,-10.5 z"
/>
</g>
</svg>