Heavy black rules, a solid label bar, and a display face at a large size.
Usage
gt_theme_brutalist(
gt_object,
accent = "#FF3B00",
density = c("comfortable", "compact", "social"),
...
)Arguments
- gt_object
A
gttable object to modify.- accent
Character. The theme's single accent color, used on the row-group labels. Defaults to
"#FF3B00".- density
Character. The type and padding scale. One of
"comfortable","compact", or"social". See Density. Defaults to"comfortable".- ...
Additional arguments passed to
gt::tab_options, applied last so they override anything the theme sets.
Density
density sets the type and padding scale together. "comfortable" uses a
14px body with roomy rows, "compact" a 12px body with tight rows, and
"social" a 17px body with generous rows and a larger title, at the scale
gt_save_crop() and gt_social_crop() export at.

