-
Notifications
You must be signed in to change notification settings - Fork 85
Tomat7 - Dark and High contrast theme. #61
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
base: master
Are you sure you want to change the base?
Conversation
|
Please, review pull request. |
|
Thanks. |
|
By the way, I tested with C++ environment only. |
Newrad0603
left a comment
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.
Please see comments for requested changes
VSColorThemes/Themes/Tomat7.xml
Outdated
| </Category> | ||
| <Category Name="Autos" GUID="{a7ee6bee-d0aa-4b2f-ad9d-748276a725f6}"> | ||
| <Color Name="ChangedText"> | ||
| <Background Type="CT_INVALID" Source="00000000" /> |
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.
Please remove all instances of CT_INVALID color entries. They are non-functional, but bloat the private registry.
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.
Done
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.
@Tomat7 It appears the CT_INVALID entries were replaced with CT_RAW so now you have a bunch of black on black fg/bg combinations which will make the theme unusable in certain UIs. I recommend reverting back to the CT_INVALID state, then doing a remove rather than a replace. You'll also need to remove any empty colors/categories once the CT_INVALIDs are removed per the other comment.
| <Background Type="CT_INVALID" Source="00000000" /> | ||
| <Foreground Type="CT_RAW" Source="FFF7A1A1" /> | ||
| </Color> | ||
| <Color Name="Plain Text"> |
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.
Once the CT_INVALID entries are removed, you'll end up with empty colors, so make sure to remove those as well. Once the empty colors are removed, you may have empty categories which should also be removed.
|
Can you please provide an overview screenshot of the theme? |
No description provided.