Define a theme to apply to all subsequent chisel()
.
chisel_theme(
color = "darkgrey",
bg_color = NULL,
duration = 0.1,
center_vertical = TRUE,
center_horizontal = TRUE
)
Color of error message text.
Background color of error message overlay.
If NULL
will be transparent.
Duration of animation showing the error message, set to 0
to have none.
Whether to center the message vertically and horizontally, a boolean
.
Whether to center the message vertically and horizontally, a boolean
.
None