From 4b5991e96ba91ae09d9f8fe486378e2c62d701d0 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Thu, 25 Feb 2021 17:00:00 +0100 Subject: palette -> color-select-symbolic Many icon themes does not have the palette icon, which results in an empty button in the settings. It should fix a bug from one of the comments in #64. (but not the issue itself). --- src/icons/dark/objects/color-select-symbolic.svg | 1 + src/icons/dark/objects/palette.svg | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/icons/dark/objects/color-select-symbolic.svg delete mode 100644 src/icons/dark/objects/palette.svg (limited to 'src/icons/dark/objects') diff --git a/src/icons/dark/objects/color-select-symbolic.svg b/src/icons/dark/objects/color-select-symbolic.svg new file mode 100644 index 0000000..26c7e71 --- /dev/null +++ b/src/icons/dark/objects/color-select-symbolic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/dark/objects/palette.svg b/src/icons/dark/objects/palette.svg deleted file mode 100644 index 26c7e71..0000000 --- a/src/icons/dark/objects/palette.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3