Skip to content

Common Options

Every card accepts the options below, on top of the exclusive options listed on its own page.

NameDescriptionTypeDefault value
title_color1Card’s title color.string (hex color)2f80ed
text_color1Body text color.string (hex color)434d58
icon_color1Icons color if available.string (hex color)4c71f2
border_color1Card’s border color. Does not apply when hide_border is enabled.string (hex color)e4e2e2
bg_color1Card’s background color.string (hex color or a gradient in the form of angle,start,end)fffefe
hide_borderHides the card’s border.booleanfalse
theme1Name of the theme, choose from all available themes.enumdefault
cache_secondsSets the cache header manually (min: 21600, max: 86400).integer21600
localeSets the language in the card, you can check full list of available locales here.enumen
border_radiusCorner rounding on the card.number4.5

1: Supports light and dark mode via *_light / *_dark variants (e.g. title_color_light). See Light & Dark Mode Parameters for details.

You can provide multiple comma-separated values in the bg_color option to render a gradient with the following format:

&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10