diff --git a/components/Settings/AppSettings/Appearance.vue b/components/Settings/AppSettings/Appearance.vue index 3adfda6..135c0a1 100644 --- a/components/Settings/AppSettings/Appearance.vue +++ b/components/Settings/AppSettings/Appearance.vue @@ -1,100 +1,14 @@ - Appearance - - THEMES - - - - - {{ theme.displayName }} - - - - - - ICONS - - - - + hi + TEST + TEST + \ No newline at end of file diff --git a/components/Settings/UserSettings/Account.vue b/components/Settings/UserSettings/Account.vue index 866471e..85589e7 100644 --- a/components/Settings/UserSettings/Account.vue +++ b/components/Settings/UserSettings/Account.vue @@ -70,6 +70,13 @@ async function deleteAccount() { \ No newline at end of file diff --git a/public/themes/ash.css b/public/themes/ash.css deleted file mode 100644 index b685551..0000000 --- a/public/themes/ash.css +++ /dev/null @@ -1,19 +0,0 @@ -:root { - --text-color: #f0e5e0; - --secondary-text-color: #e8e0db; - - --chat-background-color: #2f2e2d; - --chat-highlighted-background-color: #3f3b38; - --sidebar-background-color: #3e3a37; - --sidebar-highlighted-background-color: #46423b; - --topbar-background-color: #3a3733; - - --padding-color: #e0e0e0; - - --primary-color: #f07028; - --primary-highlighted-color: #f28f4b; - --secondary-color: #683820; - --secondary-highlighted-color: #885830; - --accent-color: #a04b24; - --accent-highlighted-color: #b86038; -} \ No newline at end of file diff --git a/public/themes/ash.json b/public/themes/ash.json deleted file mode 100644 index d5d2a59..0000000 --- a/public/themes/ash.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "displayName": "Ash", - "previewGradient": "45deg, #2f2e2d, #46423b", - "complementaryColor": "white", - "themeUrl": "ash.css" -} \ No newline at end of file diff --git a/public/themes/dark.json b/public/themes/dark.json deleted file mode 100644 index 4731d43..0000000 --- a/public/themes/dark.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "displayName": "Dark", - "previewGradient": "45deg, #1f1e1d, #36322b", - "complementaryColor": "white", - "themeUrl": "dark.css" -} \ No newline at end of file diff --git a/public/themes/default-themes.json b/public/themes/default-themes.json new file mode 100644 index 0000000..fb9478d --- /dev/null +++ b/public/themes/default-themes.json @@ -0,0 +1,4 @@ +[ + "dark.css", + "light.css" +] \ No newline at end of file diff --git a/public/themes/light.json b/public/themes/light.json deleted file mode 100644 index b95c78b..0000000 --- a/public/themes/light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "displayName": "Light", - "previewGradient": "45deg, #f0ebe8, #d4d0ca", - "complementaryColor": "black", - "themeUrl": "light.css" -} \ No newline at end of file
THEMES
ICONS