Cura: (Feature) Add Renderer colors to theme.json

Created on 21 Jan 2017  路  3Comments  路  Source: Ultimaker/Cura

As a friend of "dark" 3D software, it would be great if the theme.json is extended by _renderer_ color options like background-color

render

Improvement

Most helpful comment

I have found a way to access the theme from the Python side of things, and I am working on a set of Pull Requests to make the viewport colors themable.

All 3 comments

I looked into this a little while ago. The tricky part is that the theme layer is used in the part of the UI that is specified in QML, but the viewport is handled by the underlying python layer. Python currently has no access to the theme singleton.

I have found a way to access the theme from the Python side of things, and I am working on a set of Pull Requests to make the viewport colors themable.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

probonopd picture probonopd  路  3Comments

mnswamp1 picture mnswamp1  路  3Comments

Nemernemer picture Nemernemer  路  3Comments

jornada812 picture jornada812  路  3Comments

jellewie picture jellewie  路  3Comments