| 62 | inline QColor kBgActive() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 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. |
no test coverage detected