aboutsummaryrefslogtreecommitdiff
path: root/src/ui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme.cpp')
-rw-r--r--src/ui/theme.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/theme.cpp b/src/ui/theme.cpp
new file mode 100644
index 00000000..eb0f3df6
--- /dev/null
+++ b/src/ui/theme.cpp
@@ -0,0 +1,6 @@
+#include "theme.hpp"
+
+namespace cru::ui::theme
+{
+
+}