| 44 | inline QColor kWaveFallback() { return AetherSDR::ThemeManager::instance().color("color.accent.bright"); } |
| 45 | inline QColor kPeakColor() { return AetherSDR::theme::withAlpha("color.accent", 180); } |
| 46 | inline QColor kRmsColor() { return AetherSDR::theme::withAlpha("color.accent.success", 210); } |
| 47 | inline QColor kLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } |
| 48 | inline QColor kMutedLabel() { return AetherSDR::ThemeManager::instance().color("color.text.secondary"); } |
| 49 | inline QColor kClipColor() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); } |
no test coverage detected