Better choice for colors in ags bar and widgets #281
Replies: 6 comments 11 replies
-
I'm not sure by just looking at those screenshots. |
Beta Was this translation helpful? Give feedback.
-
Also the original _colors.scss in ags directory modifies the material generated colors, by reducing opacity or mixing with other colors, and generates a lighter or darker version of it. This, I feel is against the material guidelines. We do not need so many colors, the material UI already provide so many colors to choose from. |
Beta Was this translation helpful? Give feedback.
-
The color problem
Your pallete
|
Beta Was this translation helpful? Give feedback.
-
what if |
Beta Was this translation helpful? Give feedback.
-
I did try to use Matugen, but I feel there's a bug where the container and onContainer colors of generated colorscheme are very similar in dark-mode and is difficult to read text. However, light mode looks good though. I will raise an issue there regarding this. Plus I don't feel some of its generated colors are intact with material UI. What I mean is, if I generate a colorscheme from wallpaper using material theme builder and compare with Matugen, some of the colors like those in containers don't looks alike. The official material UI generates a better and a more visually pleasing colorscheme. This brings up for me to search for a program which exactly follows Material UI's guideline of generating colorscheme or simply a port of their libraries in Python. I found materialyoucolor-python, which does the same thing as material-color-utilities-python, but generates more colors (all the colors specified in material UI), is more frequently updated, and is faster. The colorscheme generator from materialyoucolor-python is great and is mostly similar to what material UI generates, but the color-picker has a bug, and doesn't generates good dominant colors (as compared to what is generated by the typescript version of material-color-utilities). I will dig into this issue and will try to incorporate this in ags when I get true material colors and finally satisfied with the generated colorscheme. |
Beta Was this translation helpful? Give feedback.
-
Since #337 is already merged I'm closing this |
Beta Was this translation helpful? Give feedback.
-
The generated colors for ags bar and widgets looks dull. Most of the background or groups are given very dark color and doesn't change much with the wallpaper. I guess it might look better for OLED screens, but color variance is very little to be able to differentiate the elements at least for LED screens.
Also in the above picture, according to material UI guidelines I feel the bar background color should be against the bar group color. Since the bar groups (like workspace bar) is already dark (which is against the occupied workspace color - light), so the bar background should be light color. I might be wrong, I am not an UI expert though, this is just based upon my understanding and what I feel visually pleasing.
I was doing some experiments to make the colorscheme more vibrant, based on few inspirations and ended up with the following theme. The left ones are from the original colorscheme, while and right ones are from my modified ags scss.
Also a lighter background would suit better if transparency/blur is enabled in the _colors.scss (its not enabled above). Let me know what you all think about this colorscheme, I am personally using this but if people like it I can open a PR.
Beta Was this translation helpful? Give feedback.
All reactions