-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor animation with outdated color. #2779
Comments
We could try light aubergine, but I fear it might look too dark. |
Sure, sounds very logical 👍 |
@Feichtmeier I rendered the cursors (Btw it looks very good), I also synced Gtk4. In fact you need to remove the I think the purple used on Gtk spinners should be lighten on dark theme. |
I think both light, dark and cursor could be a bit lighter/brighter. IMHO the purple feels a bit too strong compared to the current blue, but maybe that's just because we've had the blue for so long. EDIT: I did not try the PR yet, so this is just looking at the screenshot 🤷♂️ |
You can also see the spinner inside the Gtk-widget-factory. |
Let's postpone this to the next cycle. I'm still a bit torn |
I would go for orange too. And I think we should go also for orange for the spinners. Making thing overly complicated with all those many colors everythere does not really help |
IMO, we need a design guide that clarifies such questions, for example: Accent colorsPrimary (orange
|
I would generally agree with such static styling. But we've played around with this for years and this very burning orange only looks good when it is drawn in small elements such as stripes and little gems. The checkbox and switches look better with the light aubergine we currently use. I know it's inconsistent but it looks much better. Isn't the plus cursor rather a success action? |
Do you have any thoughts here @elioqoshi ? |
What I wanted to say is that orange should only be used where something happens.
I don't think so. You don't confirm something while dragging, you are doing something like you do something with an input form (and don't confirm it). |
@Benni3-1415 sucking you back into this issue, I think even though the light aubergine looks good on a white disk, it looks bad in the dark gtk and shell themes as a spinner. That is the reason why we don't like the dark disk in the wait cursor, right? |
I agree in all points, except for progress bars. I love our purple ones (I know this is not an argument 😅). |
Summary of #2804Cursor spinner as add-onIf we see the spinner as an add-on to the cursor we could color it's border black and it is styled like the rest of the add-ons. Cursor spinner with dark bg👎 4 |
@Benni3-1415 I understand what you are doing, but I really liked 😄 this idea? |
Is there really no way to convince Canonical to lighten up their light aubergine or to define our own very light aubergine? |
When you lighten up it even further it becomes pink. Let's just go with orange. Orange is the main accent color of ubuntu, let's embrace it Edit: there is one more alternative we didn't think about yet... we could change the cursor to white + light aubgerine spinner, but revert the gtk spinner back to upstreams "text color" spinner, in this case it would be just |
To your idea @Feichtmeier, we could make the cursor white too: If we see the spinner bg as the dark add-on border both spinner and copy cursor would look not boring and consisted. |
Okay this looks cool 😃 |
The pointer watch cursor looks fine, but maybe there is a bit too much color for the normal watch cursor, right? |
Hm don't know would need to try it, I like the idea on the first look. We can then also change the gtk spinner to monochrome and be done with this topipc (and keep prple progress bars) |
@Benni3-1415 could you include those changes in your pending cursor PR? |
I think it's a different topic, I create a new one ... |
Do I have to build it, or is it enough to run the |
After changing the cursor SVGs you need to render the cursors, yes. but there is more to do I think. those X11 cursors? |
I find it very irritating that it makes a difference whether you build the repository or not, normally only the source code is in the repository. |
If this is easier for you, you can just cretae one pull requests for both of your changes, we merge it, and our icon specialists render it when they come back, okay? |
Yes, good idea, I don't get the build correct. The PR for this issue: #2885 |
Both of your PRs work on the same file - the chance is high that this result in a git conflict. |
Yes, I forgotten, merging the images would go terribly wrong! |
Sorry for the long no-response, I was absent yesterday and today, and on top of that, I can't start Telegram anymore 😞 Well, I think you need to run |
Np! Hope you are okay? w32-make.sh does not work, it complains about the other script to be not existent even if it does. doubled checked the path 🤷 no idea |
Alright, thanks :)
Just tried Traceback (most recent call last):
File "../anicursorgen.py", line 28, in <module>
from PIL import Image
ImportError: No module named PIL I checked and I have |
I'll have a look |
well, basically it is based on python2, it needs rework 💪 |
The color of the cursor animation is blue and does not match the color of the system. My suggestion is to change the color to Purple (Ubuntu standard) and green (Ubuntu-MATE).
The text was updated successfully, but these errors were encountered: