-
Notifications
You must be signed in to change notification settings - Fork 11
[3.6.6] Issues related by moving cinnamon theme into numix frost repo #48
Comments
@jeweloper I had not planned on releasing the cinnamon theme changes until it was actually ready but there was a packaging issue that came up which forced my hand (an update to a core package in Arch broke cinnamon for antergos users) so I had to do the release. I think I mentioned my plans already in one of your other PRs? Maybe not, I am not sure. Anyway, I want to replace the usages of svg images by pure CSS where possible. However, considering that there are items which are broken at the moment I guess its a good idea to fix those (with the svgs) so that they work until we have time to actually write CSS to replace the svgs. |
@lots0logs Yes, that you want to replace svg by pure css you mentioned already. |
@jeweloper Check _global.scss (all colors are defined there). I know I deviated a bit from them with the panel though 😅 |
@lots0logs By now, I have had only time to look at _calendar.scss. And there are some issues I couldn't fix. But maybe you've got some answers for me.
Thx, for your answers. |
@jeweloper I reworked the assets so now all of cinnamons assets will be accessible from within the generated css file at this path: I'm not sure about the reasoning behind how mix is implemented in _funcions.scss. I'll have to look into it. What exactly is the issue, I mean is something not correct in the generated CSS? |
@lots0logs I've no skills in css nor in sass, but I think the mix-function should compiled into a pure hex-value. Right? It seems this is not the case. |
@jeweloper I think that the intention is to let GTK mix the colors. I don't know why that decision was made but I will try to find out. Though now that I've typed that it occurs to me that Cinnamon probably doesn't offer the full set of color functions that are available in GTK themes :doh: I'll come up with a work-around asap. |
@lots0logs Thx for your effort. Today I've tried to fix u.a. the .menu/.popup-menu and the WindowList. But here I'm in conflict with your last commits. In opposite to your .menu/.popup-menu redesign I used the current gtk3 context menu as my sample. (Which basically corresponds with the known v3.6.5. design.):
I think your changes in WindowList attempts to fix the issue with these truncated tooltips. Right? |
@jeweloper While I'm still not 100% happy with the popup-menus, I do consider them to be good enough for now. I don't want them to look exactly like the GTK menus because the desktop shell should be easily distinguishable from GTK (IMO). I have not had a chance to get to the menu applet, but it is next on my todo list. Ultimately the goal is to have a style that blends well and feels consistent with the GTK theme (but not necessarily identical to it in all areas). Does that make sense? |
@lots0logs Yes, I think so. But I don't know if it's worth the trouble. |
@lots0logs A administrative question: Is it helpful if I already open a pull request, even if I'm still in progress? Or is it well if I open a separate issue (e.g. "fixing calendar applet") and link it with a finalized pull request? |
Yes, of course. I agree. Though consistency doesn't always mean identical. For example, looking at the popup menus compared to the one's in GTK..there isnt very much difference: Is it the background color that you don't like?
Sure. You can just note that its a WIP and once its complete you can ping me. |
Looks perfect! |
I don't know if this will help, but there are some numix desktop theme variations online that still look ok. The "numix cinnamon transparent" one appears to be completely unaltered. Maybe you can reverse engineer it to fix numix-frost. :) |
While it's being solved, why not changing cinnamon default desktop theme setting from Numix-Frost to Numix-SX-Dark (not installed by default right now, but seems flawless) ? Fresh installs would look better until it is solved :) |
Simplier : set it to "Linux-Mint", which is installed by default.
instead of
Who can do that ? |
Since moving cinnamon theme into numix-frost-repo (under v3.6.6), there are some issues with the cinnamon theme.
By now I notice the following issues:
@lots0logs I will help you to fix these issues. Please reply to me, if you intended some of these chances will be a permanent replacement. Or if there is something else I should know.
By now I will use v3.6.5 as reference.
Edit 18.11.16: additional issues:
The text was updated successfully, but these errors were encountered: