add sensor-band theme tokens
This commit is contained in:
@@ -92,6 +92,13 @@ QtObject {
|
|||||||
readonly property color statusWarningColor: isDarkMode ? "#F5C15C" : "#C88A18"
|
readonly property color statusWarningColor: isDarkMode ? "#F5C15C" : "#C88A18"
|
||||||
readonly property color statusErrorColor: isDarkMode ? "#FF6B6B" : "#D64545"
|
readonly property color statusErrorColor: isDarkMode ? "#FF6B6B" : "#D64545"
|
||||||
|
|
||||||
|
// -- 10b. Sensor bands (wafer map dots)
|
||||||
|
readonly property color sensorInRange: statusSuccessColor
|
||||||
|
readonly property color sensorHigh: statusErrorColor
|
||||||
|
readonly property color sensorlow: isDarkMode ? "#589DF5" : "#2F6FE0"
|
||||||
|
readonly property color waferRingColor: toneBorder
|
||||||
|
readonly property color waferAxisColor: softBorder
|
||||||
|
|
||||||
// ── 11. Geometry ─────────────────────────────────────────────────────────
|
// ── 11. Geometry ─────────────────────────────────────────────────────────
|
||||||
// Radius
|
// Radius
|
||||||
readonly property int radiusXs: 4 // fields, tight elements
|
readonly property int radiusXs: 4 // fields, tight elements
|
||||||
|
|||||||
Reference in New Issue
Block a user