Windows: Thorium title bar uses fixed brownish orange color instead of the default theme #3504
Replies: 5 comments
-
|
Critical Update: This is not a cache issue; it's a hardcoded colour substitution in the title bar CSS/JS when the system accent is detected as "blue". Repro:
Likely cause: CSS or JS override for "blue clash" → forces bronwish orange. Fix: Remove hardcoded #C96F00 fallback; use systemPreferences.getAccentColor() directly. |
Beta Was this translation helpful? Give feedback.
-
|
@arthur-lemeur does this ring a bell? |
Beta Was this translation helpful? Give feedback.
-
|
...as far as I know Thorium Desktop Reader does not explicitly set the title bar colours, that's a system-level feature. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick reply, @danielweck! That makes sense, it's definitely system-level, but with quirky mappings:
Electron flags like --force-native-title-bar don't override it (custom frame seems locked). Could this be an Electron 37 + Win11 accent detection race condition? Happy to test any code tweaks! |
Beta Was this translation helpful? Give feedback.
-
https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetaccentcolor I’m moving this to a discussion since it doesn’t look like a directly actionable issue yet. It would help to provide more context (screenshots, expected vs actual behavior, and windows platform details) so we can better understand the intended behavior across systems before proposing a fix. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not a big deal, just a peculiar behaviour, but the application title bar of Thorium (v3.2.2) under Windows is not respecting the selected theme and is always of a brownish orange colour (#C96F00). Is this by design or an oversight?
Beta Was this translation helpful? Give feedback.
All reactions