| 63 | inline QColor kBorderIdle() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 64 | inline QColor kBorderActive() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); } |
| 65 | inline QColor kBorderGrey() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 66 | // MIC endpoint "ready" state — matches RxApplet's SQL-button green |
| 67 | // so users recognise the visual language across the sidebar. |
| 68 | inline QColor kBgMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |