| 247 | |
| 248 | inline QColor kAetherBrandBlue() { return AetherSDR::ThemeManager::instance().color("color.accent"); } |
| 249 | inline QColor kAetherBrandGreen() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 250 | inline QColor kConnectionTextColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } |
| 251 | static constexpr float kMinDisplayDbm = -180.0f; |
| 252 | static constexpr float kMaxDisplayDbm = 80.0f; |
no test coverage detected