programs.halloy.themes

Each theme is written to $XDG_CONFIG_HOME/halloy/themes/NAME.toml. See https://halloy.chat/configuration/themes/index.html for more information.

Type
attribute set of (TOML value or strings concatenated with "\n" or absolute path)
Default
{ }
Example
{
  my-theme = {
    general = {
      background = "<string>";
      border = "<string>";
      horizontal_rule = "<string>";
      unread_indicator = "<string>";
    };
    text = {
      primary = "<string>";
      secondary = "<string>";
      tertiary = "<string>";
      success = "<string>";
      error = "<string>";
    };
  };
}
Declared
<home-manager/modules/programs/halloy.nix>