Skip to content

Commit

Permalink
docs: new screenshots (catppuccin#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Nov 1, 2022
1 parent a46ffb8 commit a2694af
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/vscode/main/assets/ss.png"/>
<img src="assets/preview.webp"/>
</p>

## Previews

<details>
<summary>🌻 Latte</summary>
<img src="https://user-images.githubusercontent.com/79978224/183617750-085cb606-eea0-4c7a-a8b9-10426617c0a0.png"/>
<img src="assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="https://user-images.githubusercontent.com/79978224/183618317-9adec6d4-b9da-4c6f-b2f4-9752054c98f4.png"/>
<img src="assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="https://user-images.githubusercontent.com/79978224/183618382-61a17330-e61f-47c7-b0e1-ffb309ddb459.png"/>
<img src="assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="https://user-images.githubusercontent.com/79978224/183618460-075a74a2-7d3e-46d8-997a-cfa6fc8cbaab.png"/>
<img src="assets/mocha.webp"/>
</details>

## Usage
Expand All @@ -55,6 +55,39 @@ open the file you just downloaded.
## Customization

Catppuccin for VSCode can be customized to your liking. If you like the Catppuccin colours, but feel that they are a bit too bright for working at night, customization got you covered!

<img width="1488" alt="oldeppuccin-pink-accent" src="https://user-images.githubusercontent.com/79978224/199134942-2091178a-314b-4782-b5d8-8d3a348fbefe.png">

<details>
<summary>⚙️ Used settings</summary>
<p>

```json5
// use Mocha as the base
"workbench.colorTheme": "Catppuccin Mocha",
// pink as the accent colour
"catppuccin.accentColor": "pink",
// make Mocha specifically very dark
// (this preserves other flavours!)
"catppuccin.colorOverrides": {
"mocha": {
"base": "#000000",
"mantle": "#010101",
"crust": "#020202",
}
},
// use your accent (pink) on the statusBar as well
"catppuccin.customUIColors": {
"mocha": {
"statusBar.foreground": "accent"
}
},
```

</p>
</details>

Open your settings, and look for `Extensions > Catppuccin`. Available options are documented here.

### Custom accent colour
Expand Down Expand Up @@ -87,6 +120,13 @@ If you'd like a more flat look, you can change it to `flat`! This only uses `bas
- `base: #1e1e2e` - the editor background
- `mantle: #181825` - the sidebar, the activity bar, status bar and title bar

<details>
<summary>📸 Preview</summary>

![flat appearance](https://user-images.githubusercontent.com/79978224/199135078-4b399c9d-327c-4e2d-bed8-3d20ce9f502e.png)

</details>

### Override palette colours

`catppuccin.colorOverrides`
Expand Down
Binary file added assets/frappe.webp
Binary file not shown.
Binary file added assets/latte.webp
Binary file not shown.
Binary file added assets/macchiato.webp
Binary file not shown.
Binary file added assets/mocha.webp
Binary file not shown.
Binary file added assets/preview.webp
Binary file not shown.
Binary file removed assets/ss.png
Binary file not shown.

0 comments on commit a2694af

Please sign in to comment.