-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ayu theme: Change doccomment color to #a1ac88
#74864
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Some changes occurred in HTML/CSS/JS. Some changes occurred in HTML/CSS themes. A change occurred in the Ayu theme. cc @Cldfire |
#a1ac88
#a1ac88
Co-authored-by: Cldfire <cldfire@3grid.net>
Thank you! 👍 |
If we change the color of doc comments in this theme, we have to do it in all themes. Please do so (I really like the new appearance btw!). |
Other themes already differ doc comments and non-doc comments by colour. Or do you want to use the same color for doc comments in others? |
Oh indeed, my bad! It's change different tones of grey so that's why I thought it was the same. Then it's fine, let's merge this. Thanks! @bors: r+ rollup |
📌 Commit 5faef5e has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#74266 (Clean up E0720 explanation) - rust-lang#74671 (add const generics array coercion test) - rust-lang#74707 (Add str::[r]split_once) - rust-lang#74814 (Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy) - rust-lang#74859 (Update outdated readme) - rust-lang#74864 (ayu theme: Change doccomment color to `#a1ac88`) - rust-lang#74872 (Enable to ping RISC-V group via triagebot) - rust-lang#74891 (handle ConstEquate in rustdoc) Failed merges: r? @ghost
Before:

After:

Close #74788