R/theme.R
theme_strip.Rd
Note this is not a complete theme hence why there are no arguments.
theme_strip()
library(ggplot2) ggplot(cars, aes(dist, speed)) + theme_strip()