| 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"); } |
| 23 | inline QColor kInputColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } // white input outline |