| 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"); } |
| 50 | inline QColor kBarEmpty() { return AetherSDR::theme::withAlpha("color.background.1", 170); } |