Skip to content

Commit 0ea9d8e

Browse files
authored
Merge pull request #663 from tonybaloney/winter
Add winter theme and differentiate between light and dark high-contrast themes correctly
2 parents 31a98f8 + 8279690 commit 0ea9d8e

30 files changed

+183
-37
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/tonybaloney.vscode-pets?logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=tonybaloney.vscode-pets&WT.mc_id=python-17801-anthonyshaw)
1919
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/tonybaloney.vscode-pets?logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=tonybaloney.vscode-pets&WT.mc_id=python-17801-anthonyshaw)
2020

21-
![screenshot](https://github.com/tonybaloney/vscode-pets/raw/main/docs/source/_static/screenshot.gif)
21+
![screenshot](https://github.com/tonybaloney/vscode-pets/raw/main/docs/source/_static/winter.gif)
2222

2323
## Installation
2424

@@ -60,6 +60,8 @@ Visit the [Crowdin Project](https://crowdin.com/project/vscode-pets) in case you
6060

6161
The cat animations were designed by [seethingswarm](https://seethingswarm.itch.io/catset). The dog media assets for this extension were designed by [NVPH Studio](https://nvph-studio.itch.io/dog-animation-4-different-dogs).
6262

63+
The winter theme is original artwork by [Kiana Mosser](https://www.instagram.com/kianamosser/) created for VS Code Pets.
64+
6365
The forest theme was designed by [edermunizz](https://edermunizz.itch.io/free-pixel-art-forest). The castle assets were created using artwork by [GuttyKreum](https://guttykreum.itch.io/gothic-castle-game-assets).
6466

6567
[Marc Duiker](https://twitter.com/marcduiker) created the Clippy, Rocky, Zappy, rubber duck, snake, cockatiel, Ferris the crab, and Mod the dotnet bot media assets.
792 KB
Loading
6.37 MB
Loading

β€Ždocs/source/usage.rstβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@ Set ``vscode-pets.theme`` to ``"castle"`` for them to roam the ramparts!
142142
Set ``vscode-pets.theme`` to ``"beach"`` for your friends to play by the ocean.
143143

144144
.. image:: _static/beach-pose.png
145+
146+
Set ``vscode-pets.theme`` to ``"winter"`` for your pets roam around the snowy mountains.
147+
148+
.. image:: _static/winter.gif
149+
150+
If you find the snowfall too distracting, you can disable special effects in settings.
197 KB
Loading
21 KB
Loading
69.4 KB
Loading
85.2 KB
Loading
197 KB
Loading
21 KB
Loading

0 commit comments

Comments
Β (0)