MyNixOS website logo

Theme files written to $XDG_CONFIG_HOME/rio/themes/. See https://rioterm.com/docs/config#building-your-own-theme for supported values.

Declarations
Type
attribute set of (TOML value or absolute path)
Default
{ }
Example
{
  foobar.colors = {
    background = "#282a36";
    green = "#50fa7b";
    dim-green = "#06572f";
  };
}