diff --git a/R/format.R b/R/format.R index 99027e42c..844bb3948 100644 --- a/R/format.R +++ b/R/format.R @@ -615,7 +615,7 @@ format.parameters_sem <- function(x, # add color code, if we have a footer if (!is.null(footer) && type == "text") { - footer <- c(footer, "blue") + footer <- c(footer, "yellow") } # if we have two trailing newlines, remove one