| 76 | inline QColor kTextTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); } |
| 77 | inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 78 | inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } |
| 79 | inline QColor kTextDim() { return AetherSDR::ThemeManager::instance().color("color.background.3"); } |
| 80 | inline QColor kLedActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 81 | inline QColor kLedBypass() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
no test coverage detected