28 lines
494 B
Markdown
28 lines
494 B
Markdown
## Usage
|
|
|
|
Create a directory `~/.config/rio/themes` if it does not already exist.
|
|
|
|
Copy `cyberdream.json` and/or `cyberdream-light.json` to the directory.
|
|
|
|
Put the following config into the `config.toml` under `~/.config/rio`.
|
|
|
|
Use default or light theme:
|
|
|
|
```toml
|
|
# ---
|
|
theme = "cyberdream"
|
|
# ---
|
|
```
|
|
|
|
Or, follow system theme:
|
|
|
|
```toml
|
|
# ---
|
|
[adaptive-theme]
|
|
light = "cyberdream-light"
|
|
dark = "cyberdream"
|
|
# ---
|
|
```
|
|
|
|
See also: [Rio - Docs - Themes](https://raphamorim.io/rio/docs/next/themes)
|