| 23 | inline QColor kAxisLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.label"); } |
| 24 | inline QColor kIdentityColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 25 | inline QColor kCurveColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — reads as gate/expander |
| 26 | inline QColor kBallGlowColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } |
| 27 | inline QColor kBallCoreColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } // -80..0 dB range with matching majors; gate can attenuate much |
| 28 | // deeper than comp, so the grid needs to show the full -80 floor. |