| 17 | constexpr int kPollMs = 33; |
| 18 | |
| 19 | inline QColor kBgColor() { return AetherSDR::ThemeManager::instance().color("color.background.0"); } |
| 20 | inline QColor kFrameColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 21 | inline QColor kGridColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } |
| 22 | inline QColor kAxisLabel() { return AetherSDR::ThemeManager::instance().color("color.text.label"); } |