docs: add new screenshots (#18)
This commit is contained in:
parent
bd1ea4b86a
commit
a26f31a7dc
7 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
@ -12,39 +12,44 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/catppuccin/tmux/main/assets/ss.png"/>
|
<img src="./assets/preview.webp"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
* 🌻 [Latte](./catppuccin-latte.tmuxtheme)
|
- 🌻 [Latte](./catppuccin-latte.tmuxtheme)
|
||||||
* 🪴 [Frappé](./catppuccin-frappe.tmuxtheme)
|
- 🪴 [Frappé](./catppuccin-frappe.tmuxtheme)
|
||||||
* 🌺 [Macchiato](./catppuccin-macchiato.tmuxtheme)
|
- 🌺 [Macchiato](./catppuccin-macchiato.tmuxtheme)
|
||||||
* 🌿 [Mocha](./catppuccin-mocha.tmuxtheme)
|
- 🌿 [Mocha](./catppuccin-mocha.tmuxtheme)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### TPM
|
### TPM
|
||||||
|
|
||||||
1. Install [TPM](https://github.com/tmux-plugins/tpm)
|
1. Install [TPM](https://github.com/tmux-plugins/tpm)
|
||||||
2. Add the Catppuccin plugin:
|
2. Add the Catppuccin plugin:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
# ...alongside
|
# ...alongside
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
```
|
```
|
||||||
|
|
||||||
3. (Optional) Set your preferred flavour, it defaults to `"mocha"`:
|
3. (Optional) Set your preferred flavour, it defaults to `"mocha"`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
|
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
||||||
1. Copy your desired theme's configuration contents into your Tmux config (usually stored at `~/.tmux.conf`)
|
1. Copy your desired theme's configuration contents into your Tmux config (usually stored at `~/.tmux.conf`)
|
||||||
2. Reload Tmux by either restarting the session or reloading it with `tmux source-file ~/.tmux.conf`
|
2. Reload Tmux by either restarting the session or reloading it with `tmux source-file ~/.tmux.conf`
|
||||||
|
|
||||||
## 💝 Thanks to
|
## 💝 Thanks to
|
||||||
|
|
||||||
- [Pocco81](https://github.com/catppuccin)
|
- [Pocco81](https://github.com/catppuccin)
|
||||||
- [vinnyA3](https://github.com/vinnyA3)
|
- [vinnyA3](https://github.com/vinnyA3)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
assets/frappe.webp
Normal file
BIN
assets/frappe.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
assets/latte.webp
Normal file
BIN
assets/latte.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
assets/macchiato.webp
Normal file
BIN
assets/macchiato.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
assets/mocha.webp
Normal file
BIN
assets/mocha.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
assets/preview.webp
Normal file
BIN
assets/preview.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
BIN
assets/ss.png
BIN
assets/ss.png
Binary file not shown.
Before Width: | Height: | Size: 81 KiB |
Loading…
Add table
Add a link
Reference in a new issue