| 38 | constexpr double kPi = 3.14159265358979323846; |
| 39 | |
| 40 | inline QColor kBackground() { return AetherSDR::ThemeManager::instance().color("color.background.0"); } |
| 41 | inline QColor kGridMajor() { return AetherSDR::theme::withAlpha("color.background.2", 130); } |
| 42 | inline QColor kGridMinor() { return AetherSDR::theme::withAlpha("color.background.1", 150); } |
| 43 | inline QColor kCenterLine() { return AetherSDR::theme::withAlpha("color.text.label", 150); } |