Skip to content

Commit

Permalink
docs: usage + condensed previews
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 25, 2024
1 parent 08dedc1 commit af3dea0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,30 @@
## Previews

<details>
<summary>🌻 Latte</summary>
<img src="./assets/latte.webp" width=600/>
<summary>🌻 Latte</summary>
<img src="./assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="./assets/frappe.webp" width=600/>
<summary>🪴 Frappé</summary>
<img src="./assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="./assets/macchiato.webp" width=600/>
<summary>🌺 Macchiato</summary>
<img src="./assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="./assets/mocha.webp" width=600/>
<summary>🌿 Mocha</summary>
<img src="./assets/mocha.webp"/>
</details>
<!-- TODO -->

## Usage

**Preferred method of installation**

Install the extension from a Marketplace:

- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons)
- [Open-VSX](https://open-vsx.org/extension/Catppuccin/catppuccin-vsc-icons)

## 💝 Thanks to

Expand Down
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function generateHtml(flavor: FlavorName) {
.container {
color: ${flavors[flavor].colors.text.hex};
background-color: ${flavors[flavor].colors.mantle.hex};
width: 1300px;
width: 1500px;
display: flex;
flex-direction: column;
gap: 50px;
Expand All @@ -45,7 +45,7 @@ function generateHtml(flavor: FlavorName) {
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
gap: 20px;
}
</style>
Expand Down

0 comments on commit af3dea0

Please sign in to comment.