| 42 | inline QColor kGridMinor() { return AetherSDR::theme::withAlpha("color.background.1", 150); } |
| 43 | inline QColor kCenterLine() { return AetherSDR::theme::withAlpha("color.text.label", 150); } |
| 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"); } |