| 60 | inline QColor kTextStatusActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 61 | inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 62 | inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } |
| 63 | inline QColor kTextDim() { return AetherSDR::ThemeManager::instance().color("color.background.3"); } |
| 64 | inline QColor kDropIndicator() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); } |
| 65 |
no test coverage detected