docs: usage + condensed previews

This commit is contained in:
prazdevs 2024-01-25 23:33:12 +01:00
parent 08dedc1f5f
commit af3dea0c3a
6 changed files with 19 additions and 11 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

@ -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;
@ -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>