@@ -17,6 +17,7 @@ extern "C" {
|
||||
#include <wayland-egl.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
#include "ImGui.hpp"
|
||||
#include "TextRenderer.hpp"
|
||||
#include "Theme.hpp"
|
||||
#include "common.hpp"
|
||||
@@ -141,6 +142,7 @@ private:
|
||||
|
||||
std::shared_ptr<TextRenderer> m_tr { nullptr };
|
||||
FontHandle m_font;
|
||||
std::shared_ptr<ImGui> m_gui { nullptr };
|
||||
|
||||
enum_array<Theme, ColorScheme> m_themes { make_default_themes() };
|
||||
Theme m_active_theme { Theme::Light };
|
||||
|
||||
Reference in New Issue
Block a user