ku_color_text: Color a specific piece of text with a KU color

View source: R/style.R

ku_color_textR Documentation

Color a specific piece of text with a KU color

Description

This is often useful within a glue::glue function for a graph title or subtitle.

Usage

ku_color_text(color_name, text, ...)

Arguments

color_name

character, valid KU color

text

character, text to color

...

passed to color_text

Value

character, HTML-span-wrapped version of text styled according to KU color color_name (and weight)

Examples

ku_color_text("Crimson", "predicted")

bvancilku/kubrand documentation built on July 26, 2022, 6:23 a.m.