#include <QColor>
Go to the source code of this file.
Namespaces | |
olive | |
olive::styling | |
Enumerations | |
enum | olive::styling::Style { olive::styling::kOliveDefaultDark, olive::styling::kOliveDefaultLight, olive::styling::kNativeDarkIcons, olive::styling::kNativeLightIcons } |
Officially supported styles to use in Olive. More... | |
Functions | |
bool | olive::styling::UseDarkIcons () |
Return whether to use dark icons or light icons. More... | |
bool | olive::styling::UseNativeUI () |
Return whether to use native UI or Fusion. More... | |
QColor | olive::styling::GetIconColor () |
Return the current icon color based on Config::use_dark_icons. More... | |