-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update classic/style.css with TabWidget, TrackView, PianoView and Fader colors #3665
Conversation
@Umcaruje Now you can push commits on my fork. Please change colors appropriately. |
@tresf I can't provide preview right now. Currently colors are the same as default theme. |
I'll look into this today |
@Umcaruje Great job! Thanks a lot. |
I'll leave this open for 12 hours if anyone wants to chime in, I'll merge afterwards. |
data/themes/classic/style.css
Outdated
@@ -24,8 +24,8 @@ AutomationEditor { | |||
|
|||
qproperty-graphColor: rgba(153, 175, 255, 200); | |||
qproperty-scaleColor: qlineargradient(spread:reflect, | |||
x1:0, y1:0.5, x2:1, y2:0.5, | |||
stop:0 #333, stop:1 #202020); | |||
x1:0, y1:0.5, x2:1, y2:0.5, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines don't appear to have been changed and the formatting is inconsistent.
I see a lot of unnecessary formatting changes. Can we just change the lines that are needed for the PR? |
The thing is that I tried to make the formatting consistent throughout the file, cause it was all over the place, and using spaces instead of tabs. I am not aware of any theme changes on master, so I don't think rebasing this would be a problem. |
Formatting should be targeted at master, really and we have an initiative to do formatting cleanup anyway. Stable branches are not actively developed, so making the source more readable serves no purpose. |
Or I can just re-commit the 5 lines I changed tommorow, you two make good points and I'll fix this :) |
Yeah, thanks for working on this. Don't forget the changes in Fader and the track background and the piano widget :) |
Yes, that is our default option, so they'd be squashed unless asked otherwise. |
I reverted formatting changes. I also attached the diff for further formatting. |
Travis CI is failing, but it isn't a problem obviously. |
I restarted the failing build. ✅ |
@Umcaruje Now fixed. |
@PhysSong thank you very much for your work on this, this is ready to merge 👍 |
…er colors (LMMS#3665) * Add TabWidget color settings to classic/style.css * update the classic theme * Revert unnecessary formattings * Fix style.css
…er colors (LMMS#3665) * Add TabWidget color settings to classic/style.css * update the classic theme * Revert unnecessary formattings * Fix style.css
…er colors (LMMS#3665) * Add TabWidget color settings to classic/style.css * update the classic theme * Revert unnecessary formattings * Fix style.css
It fixes #3652 by adding TabWidget color settings to classic/style.css.
@Umcaruje @RebeccaLaVie If you don't like this color, please change it.