[Question] Setting theme seed color precisely #4888
Unanswered
JasonSettings
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Greetings!
As far as I know, when generating material 3 themes, the colors are harmonized by default, and the ones that work well within the system rules are used. However, there is a checkbox "Stay true to my color inputs" that allows you to switch this behavior off.
I want to use #0F4DBC as my base color and generate my theme using it. Doing
page.theme = ft.Theme(color_scheme_seed="#0F4DBC")
just gets me some dull blue primary that is "approved" in material 3.Is it possible to make it so that the base color is used precisely to generate a theme in flet?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions