How to visualize all these colors described "flet_core/colors.py" file? #1022
Unanswered
TheCodeCache
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Maybe there should be an overview akin to the icons browser. In the meantime you can refer to the chart at the bottom of this page though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the suggestion, that helps |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Flet
has consolidated all the supported colors here - colors.py file.How do we
visualize
all these colors instead of doing trial and check to understand how each of thecolor code
looks likeFor example:
lightblue
have below sample shades -lightblue50
lightblue100
lightblue200
lightblue300
lightblue400
lightblue500
etc.how do we verify these shades visually? I'm using PyCharm IDE to work with Flet
Beta Was this translation helpful? Give feedback.
All reactions