feat: Added interface accent colors

This commit is contained in:
WerWolv
2025-01-07 00:06:52 +01:00
parent ae4dde8255
commit 803cb335e1
7 changed files with 139 additions and 105 deletions

View File

@@ -67,6 +67,7 @@ namespace hex {
static void reset();
static void setAccentColor(const ImColor &color);
public:
struct ThemeHandler {
@@ -82,6 +83,7 @@ namespace hex {
static const std::map<std::string, ThemeHandler>& getThemeHandlers();
static const std::map<std::string, StyleHandler>& getStyleHandlers();
private:
ThemeManager() = default;
};