-
Notifications
You must be signed in to change notification settings - Fork 793
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
Fix title bar text color and readme #1194
Fix title bar text color and readme #1194
Conversation
Hi @zpreston123 The issue #1190 could be caused by High Sierra. Check this comment Before changing the UI we need to be sure that the theme is the problem and not any other things |
It’s because they use a white title. Some colors like red, cyan, yellow... are rendered just fine, but our shade of gray/purple doesn’t enter in this category. A possible fix would be to change back to white, but it wouldn’t fit with the colors, and besides, it doesn’t happen to everyone |
@mallowigi I agree, white for the dark themes and black for the light theme wouldn't fit very well. I think the title bar along with these changes would be better as an option. @equinusocio I can add an option to enable the title bar, which many users seem to want (#1202). |
Yes. Make it activable behind setting but leave the foreground color untouched. Thank you so much |
@equinusocio OK that works! You mean the default native foreground color or the same ones in these changes? |
The original material theme foreground (before your changes) |
@equinusocio Got it thanks! |
Description
I changed the default title bar text color the same as the folder label color in all theme variants. Also removed an extra space in the README settings that wasn’t done in my previous commit.
Motivation and Context
This would improve the title bar text for greater clarity. Hope this helps resolve issue #1190.
How Has This Been Tested?
This was tested using PackageDev, NPM, and Gulp to compile and view the modified theme. The README file was tested using dillinger.io markdown editor.
Screenshots (if appropriate):
Default (before):
Default (after):
Darker (before):
Darker (after):
Lighter (before):
Lighter (after):
Palenight (before):
Palenight (after):
Types of changes
Checklist: