Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@

**All Flavors**
```bash
curl -LO --output-dir ~/.config/waveterm/presets/ https://github.com/catppuccin/waveterm/raw/main/themes/backgrounds/catppuccin-backgrounds.json
curl -LO --output-dir ~/.config/waveterm/ https://raw.githubusercontent.com/Icky17/waveterm/refs/heads/main/themes/backgrounds/catppuccin-backgrounds.json
```

2. Merge the contents of `catppuccin-backgrounds.json` into your `~/.config/waveterm/presets/presets.json` file (create it if it doesn't exist).
2. Merge the contents of `catppuccin-backgrounds.json` into your `~/.config/waveterm/backgrounds.json` file (create it if it doesn't exist).

3. Apply a background:
- **Via UI**: Right-click on any tab → Select **Backgrounds** → Choose your desired Catppuccin flavor
Expand All @@ -65,22 +65,22 @@

**🌻 Latte** *(Not recommended - see note above)*
```bash
curl -LO --output-dir ~/.config/waveterm/termthemes https://github.com/catppuccin/waveterm/raw/main/themes/terminal/catppuccin-latte.json
curl -LO --output-dir ~/.config/waveterm/termthemes https://raw.githubusercontent.com/Icky17/waveterm/refs/heads/main/themes/terminal/catppuccin-latte.json
```

**🪴 Frappé**
```bash
curl -LO --output-dir ~/.config/waveterm/termthemes https://github.com/catppuccin/waveterm/raw/main/themes/terminal/catppuccin-frappe.json
curl -LO --output-dir ~/.config/waveterm/termthemes https://raw.githubusercontent.com/Icky17/waveterm/refs/heads/main/themes/terminal/catppuccin-frappe.json
```

**🌺 Macchiato**
```bash
curl -LO --output-dir ~/.config/waveterm/termthemes https://github.com/catppuccin/waveterm/raw/main/themes/terminal/catppuccin-macchiato.json
curl -LO --output-dir ~/.config/waveterm/termthemes https://raw.githubusercontent.com/Icky17/waveterm/refs/heads/main/themes/terminal/catppuccin-macchiato.json
```

**🌿 Mocha**
```bash
curl -LO --output-dir ~/.config/waveterm/termthemes https://github.com/catppuccin/waveterm/raw/main/themes/terminal/catppuccin-mocha.json
curl -LO --output-dir ~/.config/waveterm/termthemes https://raw.githubusercontent.com/Icky17/waveterm/refs/heads/main/themes/terminal/catppuccin-mocha.json
```

2. The theme files should be placed in your WaveTerm config directory:
Expand Down