| 41 | inline QColor kRingArc(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.knob.foreground"); } |
| 42 | inline QColor kPointer(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.knob.handle"); } |
| 43 | inline QColor kLabelColor(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.text.secondary"); } |
| 44 | inline QColor kValueColor(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.text.primary"); } |
| 45 | } // namespace |
| 46 | |