Skip to contents

Creates a custom bslib theme with the app's dark "terminal" palette and typography. Called internally by app_ui() to apply global theming.

Usage

tooltipexplorer_theme()

Value

A bs_theme() object with custom variables and CSS

Details

The theme defines a dark, Bloomberg-terminal aesthetic:

  • Palette: near-black background, amber primary, green/red data accents, cyan links

  • Typography: IBM Plex Mono throughout for a fixed-width terminal feel

  • Surfaces: flat, sharp-cornered panels with thin borders

Examples

if (FALSE) { # \dontrun{
theme <- tooltipexplorer_theme()
# Use in app_ui():
# page_sidebar(theme = theme, ...)
} # }