appearance configuration
From the base configuration the following attributes are relevant for a appearance of your website in the browser. All the configuration parameters living in the [params]
section of your config.toml
in the root folder of your HUGO project.
appearance
themeColor
themeColor = "#112233"
This parameter defines a theme color which colorizes the address-bar on android devices
<meta name="theme-color" content="#112233" />