MyNixOS website logo
option

programs.cavalier.settings.general

Settings to be written to the Cavalier configuration file. See https://github.com/NickvisionApps/Cavalier/blob/main/NickvisionCavalier.Shared/Models/Configuration.cs for all available options.

Declarations
Type
JSON value
Default
{ }
Example
{
  ShowControls = true;
  ColorProfiles = [
    {
      Name = "Default";
      FgColors = [
        "#ffed333b"
        "#ffffa348"
        "#fff8e45c"
        "#ff57e389"
        "#ff62a0ea"
        "#ffc061cb"
      ];
      BgColors = [
        "#ff1e1e2e"
      ];
      Theme = 1;
    }
  ];
  ActiveProfile = 0;
}