Skip to content

Commit

Permalink
changes to the valentines theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar committed Feb 7, 2024
1 parent 90671a7 commit 9d0b6ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions blippen/themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ const themes: Theme[] = [

mainScreen: makeMainScreen({
backgroundColor: "#ffc0cb",
backgroundImage: "url(/images/valentine/kyss.jpg)",
backgroundImage: "url(/images/valentine/baljan2.png)",
backgroundBlendMode: "soft-light",
}),
successScreen: makeSuccessScreen({
image: "πŸ’–",
image: "❀️",
sound: [
new BlippAudio("/sounds/valentine/lasse1.mp3"),
new BlippAudio("/sounds/valentine/lasse2.mp3"),
Expand All @@ -140,9 +140,10 @@ const themes: Theme[] = [
new BlippAudio("/sounds/valentine/nico.mp3"),
],
}),
errorScreen: makeErrorScreen({ image: "πŸ’”" }),
errorScreen: makeErrorScreen({ image: "πŸ˜’" }),
snowfall: makeSnowfall({
content: ["❀", "πŸ’•", "❀", "πŸ’˜", "😘", "❀", "πŸ’˜", "❀", "β₯", "β˜•"],
content: [ "β˜•", "❀️"],
reverse: true,
size: 1,
}),
},
Expand Down Expand Up @@ -421,7 +422,7 @@ const themes: Theme[] = [
},
//---
// VSR 2023
//---
//---7
/* Deleted sounds, can be found in google drive
{
name: "VSR2023",
Expand Down
Binary file added public/images/valentine/baljan2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d0b6ec

Please sign in to comment.