diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-02 20:47:11 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-02 20:47:11 +0100 |
commit | 5c6f32507176a0067df8728814ea26d3159e1d61 (patch) | |
tree | 6b589461971f035dca1faea6a0e77d0053da0778 /launcher/resources/flat_white/scalable | |
parent | b9a17f59997ced5be50c9316406cbc5791265099 (diff) | |
download | PrismLauncher-5c6f32507176a0067df8728814ea26d3159e1d61.tar.gz PrismLauncher-5c6f32507176a0067df8728814ea26d3159e1d61.tar.bz2 PrismLauncher-5c6f32507176a0067df8728814ea26d3159e1d61.zip |
Remove blue-ish tint from remaining flat white icons
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/resources/flat_white/scalable')
-rw-r--r-- | launcher/resources/flat_white/scalable/shortcut.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/resources/flat_white/scalable/shortcut.svg b/launcher/resources/flat_white/scalable/shortcut.svg index b419a77d..77ccbdd4 100644 --- a/launcher/resources/flat_white/scalable/shortcut.svg +++ b/launcher/resources/flat_white/scalable/shortcut.svg @@ -1,3 +1,3 @@ -<svg fill="#D8DEE9" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> +<svg fill="#eeeeee" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.587 1.413Q19.825 21 19 21Zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4Z"/> </svg> |