Add toolbar and background theming to YACReader

This commit is contained in:
luisangelsm
2026-01-14 15:51:32 +01:00
parent b46f34adb1
commit 721da42c8c
20 changed files with 482 additions and 37 deletions

View File

@ -1,6 +1,7 @@
#include "theme_manager.h"
#include "theme.h"
#include "theme_factory.h"
#include <QGuiApplication>
#include <QStyleHints>
@ -46,5 +47,5 @@ void ThemeManager::setTheme(ThemeId themeId)
void ThemeManager::updateCurrentTheme()
{
// TODO
currentTheme = makeTheme(themeId);
}