Closed airabinovich closed 3 years ago
Hi @airabinovich
The environment variables are not supposed to use for configuring the theme.
Even if is possible to change the theme variables with the extra
argument and with the correct key (for example secondaryDarkColor
) this is no the recommend way to do it.
Please refer to custom colors instructions.
Hello, I'm developing an application with PyQt5 and qt-material. When I try the application in macOS it looked good but in ubuntu linux the background looks odd. I'm using a dark theme and the background looks almost white so the text (labels, buttons, etc) is almost impossible to read Versions that I'm using
This is the way in what I'm using the library
I tried setting env var
QTMATERIAL_SECONDARYDARKCOLOR=#000000
and usingextra
attribute and nothing changedCould you help me? Thanks