Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to preview a theme via the kitty shell #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,21 @@ you find your theme inside this repository and you want a proper citation.
## Previews

If you have followed the [installation](#installation) instructions and cloned
the entire repo, you have two options to try a theme:
the entire repo, you have three options to try a theme:

1. If you have enabled remote control in *kitty* you can run this command:
1. You can open the kitty shell (`ctrl+shift+escape`) and run this command:

```bash
set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
```

2. If you have enabled remote control in *kitty* you can run this command:

```bash
kitty @ set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
```

2. Otherwise you can start another instance of kitty and specify another config
3. Otherwise you can start another instance of kitty and specify another config
file to read from, this will cause *kitty* to read both its normal config
file and the specified one:

Expand Down