From 6ee929c0b7657be9d30f5e136e8d56177b318374 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 2 Nov 2021 20:14:13 +0100 Subject: [PATCH] Use current face foreground for SVG icons in customize It turns out these few icons were missed when the color and size information was removed from the SVG icons that replaced XPM icons for Customize buffer. * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556) (cherry picked from commit 11702a6dd7cb8286f28b7cb986057d2d2c66a914) --- etc/images/down.svg | 2 +- etc/images/left.svg | 2 +- etc/images/right.svg | 2 +- etc/images/up.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/images/down.svg b/etc/images/down.svg index e2760427d73..707cd23ea4b 100644 --- a/etc/images/down.svg +++ b/etc/images/down.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/left.svg b/etc/images/left.svg index d6429bc4109..893515d2dfd 100644 --- a/etc/images/left.svg +++ b/etc/images/left.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/right.svg b/etc/images/right.svg index d58cd364359..6c7d715939d 100644 --- a/etc/images/right.svg +++ b/etc/images/right.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/up.svg b/etc/images/up.svg index 9e1a245be74..e358c29912b 100644 --- a/etc/images/up.svg +++ b/etc/images/up.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + -- 2.39.2