dark gray reduction overlay
| 24 | inline QColor kAudibleColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — audio that passes through |
| 25 | inline QColor kReduceColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } // dark gray reduction overlay |
| 26 | inline QColor kThreshColor() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); } // cyan threshold lines |
| 27 | inline QColor kPeakColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber peak bar |
| 28 | |
| 29 | // dB ticks shown on the left gutter. |