| 26 | constexpr float kPeakRelease = 0.08f; |
| 27 | |
| 28 | inline QColor kHandleFill() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — same as threshold chevron |
| 29 | inline QColor kHandleStroke() { return AetherSDR::ThemeManager::instance().color("color.background.0"); } |
| 30 | inline QColor kHandleCenter() { return AetherSDR::ThemeManager::instance().color("color.background.tx"); } |
| 31 | } // namespace |