diff --git a/frontend/src/pages/Admin/Profile/ProfileThemeCard.vue b/frontend/src/pages/Admin/Profile/ProfileThemeCard.vue
new file mode 100644
index 000000000..47f07d2c9
--- /dev/null
+++ b/frontend/src/pages/Admin/Profile/ProfileThemeCard.vue
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+ {{ selectedTheme.name }}
+
+
+
+
+
+
+
+ mdi-desktop-tower-monitor
+
+ {{ $t("settings.theme.default-to-system") }}
+
+
+
+
+ mdi-white-balance-sunny
+
+ {{ $t("settings.theme.light") }}
+
+
+
+
+ mdi-weather-night
+
+ {{ $t("settings.theme.dark") }}
+
+
+
+
+
+
+
+
+
+
+ mdi-format-color-fill
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-square-edit-outline
+
+
+
+
+
+
+
+
+
+ mdi-plus {{ $t("general.create") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file