madcad.show() how to change backgroundcolor? #53
-
How do change the background color when calling show() ? As i run a darkmode in my text editor find the default white background to be blinding. Maybe something is wrong with my system. Example:import madcad as cad
nut = cad.nut(5)
cad.show([nut]) My Result:What I want: |
Beta Was this translation helpful? Give feedback.
Answered by
jimy-byerley
Dec 15, 2022
Replies: 2 comments 6 replies
-
Welcome here :) You can customize the colors by either
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
GlennWSo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome here :)
The default color mode is the system color as seen from Qt, meaning its the system color when using the KDE desktop environment on linux (dark in my case) or any Qt based desktop, and white everywhere else.
You can customize the colors by either
~/.config/madcad/pymadcad.yaml