From bef16e4e2292b6c5be9d4cb8ad1e44a7334170f6 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:33:40 +0530 Subject: [PATCH] fix: Colors of Banana cursors --- render.json | 14 ++++++++++++++ svg/col-resize.svg | 4 ++-- svg/color-picker.svg | 2 +- svg/cross.svg | 2 +- svg/hand1.svg | 6 +++--- svg/hand2.svg | 6 +++--- svg/row-resize.svg | 4 ++-- 7 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 render.json diff --git a/render.json b/render.json new file mode 100644 index 0000000..7cd08a4 --- /dev/null +++ b/render.json @@ -0,0 +1,14 @@ +{ + "Banana": { + "dir": "svg", + "out": "bitmaps/Banana" + }, + "Banana-Red": { + "dir": "svg", + "out": "bitmaps/Banana-Red", + "colors": [ + { "match": "#FCD900", "replace": "#FF0000" }, + { "match": "#6D3C1B", "replace": "#000000" } + ] + } +} diff --git a/svg/col-resize.svg b/svg/col-resize.svg index 18c86cc..4e72979 100644 --- a/svg/col-resize.svg +++ b/svg/col-resize.svg @@ -2,8 +2,8 @@ - - + + diff --git a/svg/color-picker.svg b/svg/color-picker.svg index 0741c4c..830a98c 100644 --- a/svg/color-picker.svg +++ b/svg/color-picker.svg @@ -1,6 +1,6 @@ - + diff --git a/svg/cross.svg b/svg/cross.svg index 013594d..02388dd 100644 --- a/svg/cross.svg +++ b/svg/cross.svg @@ -1,4 +1,4 @@ - + diff --git a/svg/hand1.svg b/svg/hand1.svg index 01568fd..e97b709 100644 --- a/svg/hand1.svg +++ b/svg/hand1.svg @@ -1,9 +1,9 @@ - - + + - + diff --git a/svg/hand2.svg b/svg/hand2.svg index 014ea65..1cc69c7 100644 --- a/svg/hand2.svg +++ b/svg/hand2.svg @@ -1,9 +1,9 @@ - - + + - + diff --git a/svg/row-resize.svg b/svg/row-resize.svg index 2d5f548..77122eb 100644 --- a/svg/row-resize.svg +++ b/svg/row-resize.svg @@ -2,8 +2,8 @@ - - + +