Skip to content

Commit 913bb8e

Browse files
committed
site: Changed skin to mac
1 parent f90a59b commit 913bb8e

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

.markdownlint.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"default": true,
3+
"MD033": false,
4+
"MD041": false,
5+
"MD013": false,
6+
"MD024": false
7+
}

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
<div align="center">
2-
<br />
3-
<p>
4-
<a href="https://games.prozilla.dev/"><img src="https://games.prozilla.dev/assets/banner-logo-title-small.png" width="576" alt="ProzillaOS Games" /></a>
5-
</p>
6-
<p>
7-
<a href="https://github.com/prozilla-os/ProzillaOS-games/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/prozilla-os/ProzillaOS-games?style=flat-square&color=FF4D5B&label=License"></a>
8-
<a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Stars" src="https://img.shields.io/github/stars/prozilla-os/ProzillaOS-games?style=flat-square&color=FED24C&label=%E2%AD%90"></a>
9-
<a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Forks" src="https://img.shields.io/github/forks/prozilla-os/ProzillaOS-games?style=flat-square&color=4D9CFF&label=Forks&logo=github"></a>
10-
</p>
2+
<br />
3+
<p>
4+
<a href="https://games.prozilla.dev/"><img src="https://games.prozilla.dev/assets/banner-logo-title-small.png" width="576" alt="ProzillaOS Games" /></a>
5+
</p>
6+
<p>
7+
<a href="https://github.com/prozilla-os/ProzillaOS-games/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/prozilla-os/ProzillaOS-games?style=flat-square&color=FF4D5B&label=License"></a>
8+
<a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Stars" src="https://img.shields.io/github/stars/prozilla-os/ProzillaOS-games?style=flat-square&color=FED24C&label=%E2%AD%90"></a>
9+
<a href="https://github.com/prozilla-os/ProzillaOS-games"><img alt="Forks" src="https://img.shields.io/github/forks/prozilla-os/ProzillaOS-games?style=flat-square&color=4D9CFF&label=Forks&logo=github"></a>
10+
</p>
1111
</div>
1212

1313
## About
1414

1515
This repository is a collection of games made for ProzillaOS, as well as a website ([games.prozilla.dev][site]) demonstrating those games using ProzillaOS.
1616

17+
<div align="center">
18+
<br />
19+
<a href="https://games.prozilla.dev/"><img src="https://games.prozilla.dev/assets/screenshots/screenshot-minesweeper-wordle.png" width="720" alt="Screenshot of ProzillaOS Games" /></a>
20+
<br />
21+
</div>
22+
1723
## Packages
1824

1925
### Games
@@ -36,4 +42,4 @@ ProzillaOS Games is [MIT licensed](./LICENSE).
3642
[site]: https://games.prozilla.dev/
3743
[github]: https://github.com/prozilla-os/ProzillaOS-games
3844
[discord]: https://discord.gg/JwbyQP4tdz
39-
[ko-fi]: https://ko-fi.com/prozilla
45+
[ko-fi]: https://ko-fi.com/prozilla
Loading
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { Skin } from "@prozilla-os/skins";
1+
import { macOsSkin, Skin } from "@prozilla-os/skins";
22

33
export const skin = new Skin({
44
defaultWallpaper: "https://os.prozilla.dev/assets/wallpapers/vibrant-wallpaper-purple-yellow.png",
55
loadStyleSheet: () => {
66
import("../styles/global.css");
7+
macOsSkin.loadStyleSheet?.();
78
}
89
});

0 commit comments

Comments
 (0)