Skip to content

Latest commit

 

History

History
 
 

rio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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:

# ---
theme = "cyberdream"
# ---

Or, follow system theme:

# ---
[adaptive-theme]
light = "cyberdream-light"
dark = "cyberdream"
# ---

See also: Rio - Docs - Themes