--- description: Customize hyperglass to fit your needs. --- ### Change the title and organization name ```yaml filename="config.yaml" site_title: Our super neat looking glass org_name: Cool Company ``` ### Change the logo ```yaml filename="config.yaml" web: logo: light: dark: ``` ### Change the color scheme ```yaml filename="config.yaml" web: theme: colors: primary: '#d84b4b' secondary: '#118ab2' ```