-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FEATURE REQUEST] Additionaly output 8 basic terminal colors #53
Comments
Hi, @junnunkarim ! I don't think I'm sure what you mean. How would the 8 static colors change based on wallpaper? The only thing i can think of is harmonizing the colors like this? |
Hello @InioX ! I was thinking that just like how the primary, secondary and tertiary colors are generated, it would also be possible to generate those 8 colors. Sorry but I wasn't thinking deep enough. I now understand that a wallpaper might not contain all 8 colors which would create a significant issue. Ater checking out what harmonizing colors mean, I think it might be the option that I would like to have. |
I was thinking of just adding a field for [config]
# ...
[config.harmonized_colors]
green = "#00FF00"
red = "#FF0000"
blue = "#0000FF"
# ... |
Oh, sure. That would be totally fine. |
No worries and Thank you! |
I forgot to push the changes, sorry about that. It is on the |
I'm happy to see that it's working like it should! Also, I like your setup. I forgot about something AGAIN. I was gonna add it but then started working on filters... Sorry about that, I'll add it in a bit. |
Thank you so much for your kind words :-) It okay, happens to me all the time. |
Although harmonized colors were included in json but there seems to be an issue with the format it outputs in. Here's the output - "harmonized_colors": {
"blue": [
255,
135,
165,
143
],
"cyan": [
255,
155,
226,
197
],
"green": [
255,
211,
179,
0
],
"magenta": [
255,
214,
134,
143
],
"orange": [
255,
255,
125,
83
],
"red": [
255,
252,
71,
65
],
"yellow": [
255,
255,
185,
101
]
} |
I'm starting to think I have dementia, I'll fix it. |
Sorry for the pressure 😅 |
Okay so, I won't be able to fix it until I either fix my laptop or buy a new pc. I'll be able to get a new pc on March 17th, sorry. |
It's okay, I understand your issue. I will wait. |
Hi, sorry for the long wait. Some complications happened with the pc, so I wanted to try if matugen builds on android. When running I guess i could try installing a linux distro inside termux and trying to compile matugen inside of it. But that seems like too much, maybe I should just wait. The laptop is being fixed right now and I'm giving it a week until its done, maybe even sooner. Again, sorry for the wait but I can't really do anything right now. |
Thank you for letting me now. As for termux, I have encountered issues multiple times when compiling and running rust programs. So some time ago I just installed a proot distro and since then I can compile and run programs just fine. Issues still happen but a lot less than before. Although compiling takes quite some time, but atleast in proot I can use a native arm build of rust compiler rather than the patched one on termux. Again, there's no rush, take your time. I will wait. |
Would it be possible to output the 8 basic terminal colors (black, red, green, yellow, blue, magenta, cyan and white) based on the wallpaper alongside the normal output?
The text was updated successfully, but these errors were encountered: