Learn R Programming

xtermStyle (version 3.0.5)

style.palette: Define the palette for auto-styling

Description

Define the palette for auto-styling

Usage

style.palette(x, ...)
get.palette(x = c("dark", "light"))

Arguments

x
Palette name or definition.
...
Settings that override the defaults.

Value

Nothing, sets the approprite options variables.

See Also

style.auto, display.xterm.colors

Examples

Run this code
style.palette("light")
style.palette(list(fg=c(numeric=10, character=13)))
style.palette("light", fg=c(numeric=10, character=13))

Run the code above in your browser using DataLab