| 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"); } |
| 50 | inline QColor kBarEmpty() { return AetherSDR::theme::withAlpha("color.background.1", 170); } |
| 51 | inline QColor kBarPeakHold() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } |
no test coverage detected