# AbstractThemeManager ```cpp // The core and its managers are located in this header #include "CoreInterface.h" // Use this global function to access the theme manager mv::theme()->... ``` ### Related - Color schemes {doc}`models <../models/color_schemes/index>` **Qualified name:** `mv::AbstractThemeManager` ```{doxygenclass} mv::AbstractThemeManager :members: :protected-members: