load_syrona_theme: Load all Syrona design tokens into the calling environment

View source: R/config.R

load_syrona_themeR Documentation

Load all Syrona design tokens into the calling environment

Description

Makes color constants, thresholds, and other design tokens available as variables. Used by the Shiny dashboard's global.R.

Usage

load_syrona_theme(envir = parent.frame())

Arguments

envir

Environment to load into (default: caller's environment).

Value

No return value, called for its side effect of assigning the design tokens as variables in envir.


syrona documentation built on Sept. 5, 2026, 1:06 a.m.