mtcars |>
dplyr::filter(cyl == 6) |>
dplyr::group_by(gear) |>
dplyr::summarise(m = mean(mpg)) |>
dplyr::arrange(dplyr::desc(m))Define styles in the cell option and apply them by name. No preset needed.
A line can be targeted by multiple styles in the same step. Non-conflicting properties stack; conflicting properties use spec order — later wins.
fg recolors the whole line — including syntax-highlighted tokens, which are otherwise immune to a line-level color setting.
Same idea, but only the added / removed lines are touched — the rest stay at the editor’s default colors.
Append ?cls-debug=1 to the page URL to see inline error banners for unknown style names, bad ranges, or malformed specs. In production, errors only log to the console.