diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-10-26 19:16:39 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-10-26 22:54:59 +0200 |
commit | e549ce28a09dfe66ece082d753fb1a13acc83c95 (patch) | |
tree | 6b8edc727e68493efc4bfea9c620e0e3c22a532a /editor/icons/InterpCubic.svg | |
parent | 344babb939194f50b83dee5dc051862447f27059 (diff) | |
download | redot-engine-e549ce28a09dfe66ece082d753fb1a13acc83c95.tar.gz |
Tweak animation editor icon colors for easier visual grepping
This makes the Linear and Cubic icons in particular easier to
distinguish from each other.
The Cubic interpolation icon's curve was also changed to be
more distinguishable from the Linear icon's curve.
Diffstat (limited to 'editor/icons/InterpCubic.svg')
-rw-r--r-- | editor/icons/InterpCubic.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/InterpCubic.svg b/editor/icons/InterpCubic.svg index ad2ed51ee1..b542986ea6 100644 --- a/editor/icons/InterpCubic.svg +++ b/editor/icons/InterpCubic.svg @@ -1 +1 @@ -<svg height="8" viewBox="0 0 16 8" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 1050.4c3 0 3-4 6-4s3 4 6 4" fill="none" stroke="#e0e0e0" stroke-linecap="round" stroke-width="2" transform="translate(0 -1044.4)"/></svg> +<svg height="8" viewBox="0 0 16 8" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 1050.4c5 0 3-4 6-4s1 4 6 4" fill="none" stroke="#5fb2ff" stroke-linecap="round" stroke-width="2" transform="translate(0 -1044.4)"/></svg> |