docs: usage + condensed previews
26
README.md
@ -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
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 278 KiB |
|
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 272 KiB |
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 291 KiB |
@ -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>
|
||||
|
||||