From 0c6dd60776c6d2d85cd3e2c6270abe9f80782343 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Fri, 26 Jun 2026 21:36:27 -0700 Subject: [PATCH 1/2] more "web" colours --- R/tinytheme.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/tinytheme.R b/R/tinytheme.R index 13426246..a4c5429c 100644 --- a/R/tinytheme.R +++ b/R/tinytheme.R @@ -635,7 +635,9 @@ theme_web = modifyList(theme_dynamic, list( grid.col = "#D2D2D2", grid.lty = 1, grid.lwd = 0.5, - palette.qualitative = c("#008FD5", "#FF2700", "#77AB43"), + palette.qualitative = c( + "#008FD5", "#FF2700", "#77AB43", "#5D2E8C", + "#FF8C00", "#00B2A9", "#A67C52", "#C71585"), tcl = 0, xaxt = "labels", yaxt = "labels" From ca5815c5058731de1aefb1238c1cdb66fd3b97f8 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Fri, 26 Jun 2026 21:38:42 -0700 Subject: [PATCH 2/2] "float": very light gray facet strip --- R/tinytheme.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/tinytheme.R b/R/tinytheme.R index a4c5429c..231754c7 100644 --- a/R/tinytheme.R +++ b/R/tinytheme.R @@ -663,6 +663,7 @@ theme_tufte = modifyList(theme_dynamic, list( theme_float = modifyList(theme_tufte, list( tinytheme = "float", col.default = "black", + facet.bg = "gray95", gap.axis = 0, gap.lab = 0.7, lab = c(5, 5, 7),