comparison src/gui/theme.cc @ 291:9a88e1725fd2

*: refactor lots of stuff I forgot to put this into different commits, oops! anyway, it doesn't really matter *that* much since this is an unfinished hobby project anyway. once it starts getting stable commit history will be more important, but for now it's not that big of a deal
author Paper <paper@paper.us.eu.org>
date Sun, 12 May 2024 16:31:07 -0400
parents 657fda1b9cac
children 91ac90a34003
comparison
equal deleted inserted replaced
290:9347e2eaf6e5 291:9a88e1725fd2
5 #include <QDebug> 5 #include <QDebug>
6 #include <QFile> 6 #include <QFile>
7 #include <QStyleFactory> 7 #include <QStyleFactory>
8 #include <QTextStream> 8 #include <QTextStream>
9 #include <QStyle> 9 #include <QStyle>
10 #include <QtGlobal>
10 #ifdef MACOSX 11 #ifdef MACOSX
11 # include "sys/osx/dark_theme.h" 12 # include "sys/osx/dark_theme.h"
12 #elif defined(WIN32) 13 #elif defined(WIN32)
13 # include "sys/win32/dark_theme.h" 14 # include "sys/win32/dark_theme.h"
14 #else 15 #else