mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
26 lines
988 B
Markdown
26 lines
988 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<h1>Theming</h1>
|
|
|
|
This document covers the theming options for an openDesk deployment.
|
|
|
|
<!-- TOC -->
|
|
* [Settings](#settings)
|
|
* [Known limitations](#known-limitations)
|
|
<!-- TOC -->
|
|
|
|
# Settings
|
|
|
|
All default settings can be found in [`theme.yaml.gotmpl`](../helmfile/environments/default/theme.yaml.gotmpl). Most of the components adhere to these settings.
|
|
|
|
Please review the default configuration that is applied to understand your customization options.
|
|
|
|
You can just update the files in [helmfile/files/theme](../helmfile/files/theme) to change logos, favicons etc. Note that the `.svg` versions of the favicons are also used for the portal tiles.
|
|
|
|
# Known limitations
|
|
|
|
- Portal and Keycloak screen styles, especially colors, must be applied in the [`portalStylesheets.css`](../helmfile/files/theme/portalStylesheet.css),
|