-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Palesun daylight skin #11748
base: main
Are you sure you want to change the base?
Palesun daylight skin #11748
Conversation
Its colors are daylight-friendly.
Why did you opened a new PR, instead of fixing the old one? This is difficult to track for reviewers. |
If pre-commit prints that it modified files, did you commit the original or the modified files? Depending on you Git client, you might need to stage them manually again. |
I didn't know you can change the branch you commit too without
creating a new PR.
…On Sun, Jul 16, 2023 at 10:02 PM JoergAtGithub ***@***.***> wrote:
Why did you opened a new PR, instead of fixing the old one? This is difficult to track for reviewers.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Nice. This is a good start. Thank you. Did you do some tests under direct sunlight conditions? Can we make the library text color black? Do you also have interest to restyle the Shade library as well? The Skin itself is OK with sunlight, but the library is only barley readable. |
I used this skin under sunlight in 3 events and it went well, I was able to
see everything I needed. I have not tried it with a CDJ yet, I have a DDJ
FLX4.
I will take a look at the library text colors in a few weeks, after Summer
vacation.
Regarding the Shade skin, I tried to work on it but the color inversion
made it ugly and not very usable.
…On Mon, Jul 17, 2023 at 12:33 AM Daniel Schürmann ***@***.***> wrote:
Nice. This is a good start. Thank you.
Did you do some tests under direct sunlight conditions?
I think we should do this and optimize the skin a bit.
Can we make the library text color black?
Do you also have interest to restyle the Shade library as well? The Skin
itself is OK with sunlight, but the library is only barley readable.
—
Reply to this email directly, view it on GitHub
<#11748 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66LHEP4IJEEPMJWRM6CNLXQRT4XANCNFSM6AAAAAA2MEHCRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thank you. For Shade I meant to just make the library brighter. |
tools/invertcolor.py
Outdated
# GNU General Public License Usage | ||
# This file may be used under the terms of the GNU | ||
# General Public License version 3 as published by the Free Software | ||
# Foundation. Please review the following information to | ||
# ensure the GNU General Public License version 3 requirements | ||
# will be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
|
||
__author__ = "Michele Albano" | ||
__copyright__ = "Copyright 2023" | ||
__credits__ = ["Michele Albano"] | ||
__license__ = "GPL" | ||
__version__ = "0.91" | ||
__maintainer__ = "Michele Albano" | ||
__email__ = "michele.albano@gmail.com" | ||
__status__ = "Prototype" |
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.
Is it possible to remove or reduce this? We normally track the copyright by the git commits and have a single License file, which is still at GPL 2.
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.
ok
background-color: #f7f7f7; | ||
} | ||
|
||
#213k1, #213kCompact1, #213kMini1, |
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.
There are some strange replacements which basically eliminate a lot of styles:
#Deck
> #213k
#Beat
> #415t
Thank you for your comment. Palesun is intended to be a skin/style for
people DJing under a not-so-pale sun, and I privileged function over form.
I am open to suggestions, but please try out both Palesun and your modified
version under the sun, to check that protecting the style does not impair
vision.
…On Thu, 27 Jul 2023, 14.31 ronso0, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In res/skins/LateNight/style_palesun.qss
<#11748 (comment)>:
> +* colors & icons
+ * font colors
+ * button styles
+ * button icons
+
+* library
+* menu & special widget styles
+
+
+/**********************************************************************
+************** container background colors & borders *****************/
+#SkinContainer {
+ background-color: #f7f7f7;
+}
+
+#213k1, #213kCompact1, #213kMini1,
There are some strange replacements which basically eliminate a lot of
styles:
#Deck > #213k
#Beat > #415t
—
Reply to this email directly, view it on GitHub
<#11748 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66LHDV2LSLT4GPEGG7CUTXSJNQ3ANCNFSM6AAAAAA2MEHCRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have reduced it.
…On Mon, 17 Jul 2023, 07.00 Daniel Schürmann, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In tools/invertcolor.py
<#11748 (comment)>:
> +# GNU General Public License Usage
+# This file may be used under the terms of the GNU
+# General Public License version 3 as published by the Free Software
+# Foundation. Please review the following information to
+# ensure the GNU General Public License version 3 requirements
+# will be met: https://www.gnu.org/licenses/gpl-3.0.html.
+
+__author__ = "Michele Albano"
+__copyright__ = "Copyright 2023"
+__credits__ = ["Michele Albano"]
+__license__ = "GPL"
+__version__ = "0.91"
+__maintainer__ = "Michele Albano"
+__email__ = ***@***.***"
+__status__ = "Prototype"
Is it possible to remove or reduce this? We normally track the copyright
by the git commits and have a single License file, which is still at GPL 2.
—
Reply to this email directly, view it on GitHub
<#11748 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66LHA2B7KBSH6RQQLQZTLXQTBHRANCNFSM6AAAAAA2MEHCRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok I understand now what you mean, it's hilarious and I will correct that
…On Thu, 27 Jul 2023, 14.31 ronso0, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In res/skins/LateNight/style_palesun.qss
<#11748 (comment)>:
> +* colors & icons
+ * font colors
+ * button styles
+ * button icons
+
+* library
+* menu & special widget styles
+
+
+/**********************************************************************
+************** container background colors & borders *****************/
+#SkinContainer {
+ background-color: #f7f7f7;
+}
+
+#213k1, #213kCompact1, #213kMini1,
There are some strange replacements which basically eliminate a lot of
styles:
#Deck > #213k
#Beat > #415t
—
Reply to this email directly, view it on GitHub
<#11748 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66LHDV2LSLT4GPEGG7CUTXSJNQ3ANCNFSM6AAAAAA2MEHCRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
the tool for generating the PaleSun style for LateNight skin (invertcolor.py) was reworked, now it can correctly invert the colors
I have corrected the issue raised by @ronso0 and I have already used the system in two live events. Please check it out |
Is it possible to see more screenshots ? |
This comment was marked as resolved.
This comment was marked as resolved.
@luzpaz you can just download the skin and put it in your skin directory to test it yourself. |
I tried to create some screenshots, but for that I updated my mixxx development branch. I am not able to compile it anymore. I use windows, and the cmake of visual studio is outdated with respect to what is required. Yes, I have just updated Visual Studio 2019, and it did not solve the issue. I will add screenshots as soon as I find a cmake that can do the work. |
Please post the build output. |
This PR is marked as stale because it has been open 90 days with no activity. |
I developed a python script that visits the folders containing a skin, and re-creates in the current folder the same folder structure, copies locally the png / psd files, and for everything else it copies the files but inverts the colors.
This PR could solve issue #9217