diff --git a/models/profile.js b/models/profile.js
index b06efbd..5c284dc 100644
--- a/models/profile.js
+++ b/models/profile.js
@@ -18,7 +18,7 @@ const profileSchema = new mongoose.Schema({
},
theme:{
type:String,
- enum: ['default','dark','wave','purple','hexagonal','bluedot','purpledot','shapes','soundwave'],
+ enum: ['default','dark','wave','purple','hexagonal','bluedot','purpledot','shapes','soundwave','abstractpaper'],
default: 'default'
},
totalViews:{
diff --git a/views/dashboard/appearance.ejs b/views/dashboard/appearance.ejs
index 5c3d072..16f4f43 100644
--- a/views/dashboard/appearance.ejs
+++ b/views/dashboard/appearance.ejs
@@ -82,6 +82,7 @@
+
diff --git a/views/userpage/themes/abstractpaper.ejs b/views/userpage/themes/abstractpaper.ejs
new file mode 100644
index 0000000..e363091
--- /dev/null
+++ b/views/userpage/themes/abstractpaper.ejs
@@ -0,0 +1,58 @@
+<%- include('default.ejs') %>
+
\ No newline at end of file