A theme for RStudio that emphasizes function names, wrappers, and operators. Designed to direct workflow and facilitate debugging with ease. To install this theme to your RStudio environment, copy and execute the following code:
rstudioapi::addTheme(
"https://raw.githubusercontent.com/noah-silver/R-Studio-Custom-Themes/master/aabh_funs_specified/aabh_funs_specified.rstheme",
apply = TRUE
)