-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
chore: rename night mode to dark theme #5214
Conversation
It is ready to be reviewed @chrisbobbe |
I don't think either of those applies here. (If that's wrong, please talk about why you think so. 🙂) So we should leave those types unchanged, and Flow will lead you to undo several follow-on changes you made. Thanks! |
Okay you are right. Thanks for reviewing |
@chrisbobbe is it fine now? |
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.
Thanks @Udit-takkar! Some comments below.
Also please take a look at the Zulip project's guide on how to make a clean commit history:
https://zulip.readthedocs.io/en/latest/contributing/version-control.html
In particular, rather than having one commit with a bug and a commit later in the PR that fixes it, we ask that you squash the fix to make one commit that doesn't have the bug. So in this PR, your three commits so far should be squashed together as one commit.
docs/changelog.md
Outdated
@@ -1394,7 +1394,7 @@ Bugfixes and other improvements for your Zulip experience. | |||
### Highlights for users (since 26.1.124 / 26.2.125) | |||
|
|||
* Highlight colors for code blocks now match the webapp and | |||
offer more contrast, especially in night mode. | |||
offer more contrast, especially in dark theme. |
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.
This is a historical changelog entry (from 2019), so let's leave it in the form we used at the time.
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.
Okay
44d45c6
to
59848a4
Compare
Okay @gnprice did all the changes you suggested and cleaned the git history |
#5169
Renamed all the files to dark theme .
Last inactive open PR #5170.
I have run all the tests and also changed some more files that were not addressed in last PR