hypothesisBranding {hypothesis}R Documentation

Branding configuration

Description

Configuration for custom annotations branding. See more at: branding.

Usage

hypothesisBranding(
  accentColor,
  appBackgroundColor,
  ctaBackgroundColor,
  ctaTextColor,
  selectionFontFamily,
  annotationFontFamily
)

Arguments

accentColor

Css-valid color value defining sidebar accent.

appBackgroundColor

Css-valid color value defining sidebar background.

ctaBackgroundColor

Css-valid color value defining main call-to-action button background.

ctaTextColor

Css-valid color value defining font color used inside of the call-to-action buttons.

selectionFontFamily

Css-valid color value defining font family used for annotation selection popup.

annotationFontFamily

Css-valid color value defining font family used for annotation popup.

Value

Named list object storing provided arguments.


[Package hypothesis version 1.1.0 Index]