16 lines
521 B
Markdown
16 lines
521 B
Markdown
## Usage
|
|
|
|
### Install
|
|
|
|
1. Append the contents of `cyberdream` or `cyberdream-light` to your `~/.config/ghostty/config` file.
|
|
2. Alternatively, save `cyberdream` & `cyberdream-light` to `~/.config/ghostty/themes/cyberdream`.
|
|
3. Set the theme in your `~/.config/ghostty/config` file to `cyberdream`. With the following line:
|
|
|
|
```sh
|
|
theme = cyberdream
|
|
# or
|
|
theme = dark:cyberdream,light:cyberdream-light
|
|
```
|
|
|
|
For more information, see the [Ghostty documentation](https://ghostty.org/docs/features/theme)
|