ggthemr (version 1.0.2)

lighten_swatch: Make ggthemr swatch lighter

Description

Update a ggthemr swatch so that colours are lighter by some specified amount.

Usage

lighten_swatch(amount)

Arguments

amount
value between 0 and 1 indicating by how much the colours should be darker/lighter.

Examples

Run this code
ggthemr('dust')
lighten_swatch(0.2)

Run the code above in your browser using DataCamp Workspace