builtin_theme: The built-in CLI theme

Description Usage Arguments Value See Also

View source: R/themes.R

Description

This theme is always active, and it is at the bottom of the theme stack. See themes.

Usage

1
builtin_theme(dark = getOption("cli_theme_dark", "auto"))

Arguments

dark

Whether to use a dark theme. The cli_theme_dark option can be used to request a dark theme explicitly. If this is not set, or set to "auto", then cli tries to detect a dark theme, this works in recent RStudio versions and in iTerm on macOS.

Value

A named list, a CLI theme.

See Also

themes, simple_theme().


RonMobile/cli documentation built on Dec. 18, 2021, 11 a.m.