-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Color options #88
Color options #88
Conversation
…tify colorscheme (and ship old version with more 'dynamic' colorscheme)
…with decimal fractions, effectively almost halving any ratio passed to it. So instead of calculating in hex, we convert to decimal first.
In addition, a judgment call for tooltip colors, for visibility.
…r colors on bg color.
…are in too, easy.
…of the pull requests I had made, and I'm honored you all kept it. For your consideration, the new one I'm using; much easier on the eyes while still dark, and makes use of the features I'm introducing. Thank you! <3
thanks! very big thing to take a look into so i will take a look on code and will do some testing with different color combinations on the weekend but i already like the idea since some similar configuration options were demanded for quite a long in the meantime i will ask you to squash some of the commits (PRs shouldn't have commits with fixes to code introduced in the same PR) P.S. i don't mind colorscheme contributions even from people who don't ship any code together with it :) |
also in shade.sh you're not controlling minimum and maximum so output value could get out of range between see how that's implemented in just as a sidenote: i think it would be better soon to reimplement all those bash scripts as python code, to avoid duplication between change_color.sh and preview code in python GUI |
so after you'll do two things mentioned above, i'll adopt it to a new branch, there i will port it to gtk 3.20 theme and implement preview regarding gui configuration -- options can be added here: |
do you have any plans to continue working on it or i can adopt it to continue the work? |
Hey, I'm really sorry I've delayed work on this. I got swept up in a bunch of stuff recently and have been kind of swamped but should be good to finish work on this after this weekend. |
take your time, i was just checking if you are going to return back to this |
now theme is located in this repository: |
also i've dumped your branch on the new repo: |
@smurphos what do you think about reviving this? |
It looks interesting. I generally think more options for configuration are a good thing but then we need to consider the added complexity to end users. A couple of things have bothered me about Oomox GUI as a user which could also be addressed if we do look at adding additional options for the Oomox theme.
|
to summarize - i have a similar opinion on the topics but 2 and 3 require some discussion before implementing
|
This pull request adds some color options in the form of new features only implemented in the color change script, Gtk2 and Gtk3.18. I don't have confidence in editing Gtk3.20 when I'm not currently using an OS that uses it, and I haven't yet attempted to adapt the GUI to it. Honestly, haven't even looked at the GUI code yet, haha. I'm okay with Python, I might append to this pull request later with those changes so that's one less thing you have to do.
This PR introduces the following specifically:
Also I sneaked in a new contrib color scheme, thanks for keeping my old one around. I didn't mean to, but I'm glad you liked it enough to keep it. :)
Please feel free to make any changes you deem necessary.