-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
set default value of colorTheme and iconTheme preference #8381
Conversation
df0d789
to
2b237c2
Compare
tests are failing now, I will have a look |
2b237c2
to
abfbc87
Compare
@kittaakos I've addressed your comments and fixed tests. |
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.
I'll perform a functional review shortly.
Nice, I checked the code, it looks good, now I am going to verify it with the Python extension as suggested. |
I see a lot of errors in the console:
I am not sure if it is related to the theme changes or nor; probably not. |
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.
I have verified it locally with the electron example. The changeset looks good, the app works well. Thank you! 👍
@kittaakos I don't think an exception related to changes. I've opened a follow-up issue: #8384 |
Also-by: tom-shan <[email protected]> Signed-off-by: Anton Kosyakov <[email protected]>
abfbc87
to
d12c8e5
Compare
What it does
fix #8374: make sure that color and icon themes are having default values.
Python extension reads these values to generate theme for a webview. If they are missing then
dark
is used what is happening here #8374 (comment)How to test
Review checklist
Reminder for reviewers