Skip to content

Commit

Permalink
Add christmas theme, it's christmas soon! (#52)
Browse files Browse the repository at this point in the history
* Add christmas theme, it's christmas soon!

* Add month season to christmas theme

---------

Co-authored-by: romw314 <106016361+romw314@users.noreply.github.com>
  • Loading branch information
iuevix and romw314 authored Dec 3, 2023
1 parent 9342c8a commit 1685b9f
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,30 @@
"darkgreen"
]
}
}
},
"christmas": {
"fullName": "Christmas",
"avalability": {
"monthSeason": [
12
]
},
"bodyStyle": {
"backgroundColor": "deepskyblue"
},
"images": "%-default-@.png",
"square": {
"lightColor": [
"#E0FFFF",
"#ADD8E6",
"#87CEEB"
],
"darkColor": [
"#DC143C",
"#A52A2A",
"#D2691E"
]
}
}
}
}

1 comment on commit 1685b9f

@vercel
Copy link

@vercel vercel bot commented on 1685b9f Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chess-no-25-docs – ./

chess-no-25-docs-git-master-romw314.vercel.app
chess-no-25-docs.vercel.app
chess-no-25-docs-romw314.vercel.app

Please sign in to comment.