MyNixOS website logo

Each theme is written to $XDG_DATA_HOME/posting/themes/NAME.yaml.

See https://posting.sh/guide/themes/ for more information.

Declarations
Type
attribute set of (YAML 1.1 value or absolute path or strings concatenated with "\n")
Default
{ }
Example
{
  custom = {
    name = "custom";
    primary = "#4e78c4";
    secondary = "#f39c12";
    accent = "#e74c3c";
    background = "#0e1726";
    surface = "#17202a";
    error = "#e74c3c";
    success = "#2ecc71";
    warning = "#f1c40f";
  };
}