24 lines
714 B
Markdown
24 lines
714 B
Markdown
## Usage
|
|
|
|
### Install
|
|
|
|
1. Save the contents of either theme file:
|
|
|
|
- Dark theme: Save `cyberdream.json` to `~/.config/tilix/schemes/cyberdream.json`
|
|
- Light theme: Save `cyberdream-light.json` to `~/.config/tilix/schemes/cyberdream-light.json`
|
|
|
|
If the directory doesn't exist, create it first with:
|
|
|
|
```bash
|
|
mkdir -p ~/.config/tilix/schemes
|
|
```
|
|
|
|
2. Apply the theme through Tilix:
|
|
- Open Tilix
|
|
- Go to Preferences
|
|
- Select your profile
|
|
- Switch to the "Colors" tab
|
|
- Select either "cyberdream" or "cyberdream-light" from the Color scheme dropdown
|
|
|
|
See the [Tilix documentation](https://gnunn1.github.io/tilix-web/manual/themes/) for more information about color schemes.
|