Dotfiles/vim/theme/cyberqueer.nvim/extras/rio
The_miro 9684f33b0e added lush config temporarily 2025-03-20 07:56:21 +01:00
..
README.md added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream-light.toml added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream.toml added lush config temporarily 2025-03-20 07:56:21 +01:00

README.md

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