Conversation
vbakke
left a comment
There was a problem hiding this comment.
Lots of good tidying. But I think #121212 it too harsh. It's almost completely black.
I know this is all about taste. But I always prefer a degree of light in my dark backgrounds. Even though it narrows the band of good contrasts for texts.
Especially on the heatmap page, the back hole in the middle is just sucking in my attention. The background should preferably not be notable. :)
Also, I don't understand --surface variables mention below. How do they differ from the existing --background variables?
|
|
||
| //navbar | ||
| .mat-toolbar { | ||
| background-color: var(--surface-01) !important; |
There was a problem hiding this comment.
Please avoid !important whenever possible
| // Toolbar / Navbar | ||
| // ---------------------------------------------- | ||
| .mat-toolbar { | ||
| background-color: var(--surface-01) !important; |
There was a problem hiding this comment.
Same... !important
and more below
|
Thanks for the review @vbakke , Please have a look at these and suggest any needed changes. Happy to refine it further :) |


Improve Dark Theme, Update model.yml to v4, and Fix Sidenav Issues
Summary
This PR introduces UI improvements and configuration updates to enhance the overall user experience and maintain consistency.
Changes Made
1. Improve Dark Theme
2. Update
model.ymlto v43. Remove Ribbon
4. Fix Sidenav Overflow on Scroll
Demo Videos
Before
Screen.Recording.2026-02-24.085540.mp4
After
Screen.Recording.2026-02-24.090200.mp4
Please let me know if any additional refinements are needed.