We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please add the ability to set custom theme colors via environment variables, for more flexible UI visuals?
Perhaps, for simplicity of implementation, an environment variable for the general colors of both the light & dark themes like this:
DARK_PRIMARY=#HexCode DARK_SECONDARY=#HexCode DARK_ACCENT=#HexCode etc
LIGHT_PRIMARY=#HexCode LIGHT_SECONDARY=#HexCode LIGHT_ACCENT=#HexCode etc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could you please add the ability to set custom theme colors via environment variables, for more flexible UI visuals?
Perhaps, for simplicity of implementation, an environment variable for the general colors of both the light & dark themes like this:
DARK_PRIMARY=#HexCode
DARK_SECONDARY=#HexCode
DARK_ACCENT=#HexCode
etc
LIGHT_PRIMARY=#HexCode
LIGHT_SECONDARY=#HexCode
LIGHT_ACCENT=#HexCode
etc
The text was updated successfully, but these errors were encountered: