style.palette: Define the palette for auto-styling

Description Usage Arguments Value Author(s) See Also Examples

Description

Define the palette for auto-styling

Usage

1
2
3
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.

Author(s)

Christofer Bäcklin

See Also

style.auto, display.xterm.colors

Examples

1
2
3
style.palette("light")
style.palette(list(fg=c(numeric=10, character=13)))
style.palette("light", fg=c(numeric=10, character=13))

backlin/xtermStyle documentation built on May 11, 2019, 5:23 p.m.