Skip to content

Commit

Permalink
docs: update and simplify install instructions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince authored Jan 15, 2023
1 parent a5df8cc commit 4b0203c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

## Usage

1. Open the _Settings_ panel
2. Choose "Open the Json file" (bottom left corner)
3. Choose your _flavour_.
4. Copy the contents of _flavour_.json into the opened json file under "schemes":
1. Launch Windows Terminal
2. Open the **Settings** panel (<kbd>Ctrl + ,</kbd>)
3. Select **Open JSON file** at bottom left corner (<kbd>Ctrl + Shift + ,</kbd>)
4. Choose your _flavour_ (frappe, latte, macchiato, mocha)
5. Copy the contents of _flavour_.json (example: frappe.json) into the opened JSON file under **"schemes"**:

```json
{
Expand All @@ -33,7 +34,7 @@
}
```

5. (Only in Windows Terminal 1.16 Preview) Copy the contents of _flavourTheme_.json into the opened json file under "themes":
6. (Only in Windows Terminal 1.16 Preview) Copy the contents of _flavourTheme_.json (example: frappeTheme.json) into the opened JSON file under **"themes"**:

```json
{
Expand All @@ -46,19 +47,18 @@
}
```

6. Save and exit
7. Click on "Appearance" in the sidebar (has a paintbrush icon)
8. Choose _catppuccin_ in the _theme_ drop down menu
9. Select the profile you want _catppuccin_ to be applied to
10. Select "Appearance"
11. Choose _catppuccin_ in the _color scheme_ drop down menu
12. Click on "Save", done!
7. Save and exit
8. In the **Settings** panel under Profiles, select the profile you want to apply the theme to. **Defaults** will apply theme to all profiles.
9. Select **Appearance**
10. Choose your _catppuccin flavor_ in the **Color scheme** drop down menu
11. Click on **Save**, enjoy! ✨

## 💝 Thanks to

- [Pocco81](https://github.com/Pocco81)
- [LudoPinelli](https://github.com/LudoPinelli)
- [AdalZanabria](https://github.com/AdalZanabria)
- [Aryan Prince](https://github.com/aryanprince)

&nbsp;

Expand Down

0 comments on commit 4b0203c

Please sign in to comment.