Skip to content

Commit

Permalink
fix: Colors of Banana cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jul 20, 2024
1 parent a7c4918 commit bef16e4
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions render.json
Original file line number Diff line number Diff line change
@@ -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" }
]
}
}
4 changes: 2 additions & 2 deletions svg/col-resize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion svg/color-picker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion svg/cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bef16e4

Please sign in to comment.