-
Notifications
You must be signed in to change notification settings - Fork 450
Implement dark mode #5740
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: main
Are you sure you want to change the base?
Implement dark mode #5740
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5740 +/- ##
==========================================
+ Coverage 85.67% 85.69% +0.01%
==========================================
Files 315 316 +1
Lines 31110 31185 +75
Branches 8472 8485 +13
==========================================
+ Hits 26654 26724 +70
- Misses 4026 4031 +5
Partials 430 430 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This patch stack allows controlling the color for HCM more easily. |
|
Very cool! Thank you! Is there a way we could land this off-by-default? I'd like to tweak some colors but I don't want this PR to bitrot in the meantime. Also, Nazim said he probably prefers the profiler in light mode even though he's using his operating system and browser in dark mode... I don't really agree with that idea (I think website-internal theme toggle buttons are silly) but it suggests that it might be a good idea to have a way to opt out. I'm fine with the opt-in/opt-out being rather hidden if that makes the implementation easier. For example it could be a function you call from the console, or an alternate stylesheet that you access via View -> Page Style -> ... in Firefox |
|
Sure, I'll look into making it configurable. |
|
Actually, the I'll look into making things inside |
|
Added a temporary fix for the HCM coloring. |

Fixed #2097
This patch stack implements the dark mode:
This stack doesn't cover the user documents.