packrat/src/rstudioapi/rstudioapi/R/themes.R

#' Retrieve Themes
#'
#' Retrieves a list with themes information. Currently, \code{editor} as
#' the theme used under the code editor, \code{global} as the global theme
#' applied to the main user interface in RStudio and \code{dark} when
#' the user interface is optimized for dark themes.
#'
#' @export
getThemeInfo <- function() {
  callFun("getThemeInfo")
}
eldinidle/ActiPro documentation built on July 1, 2020, 2:41 p.m.