Skip to content

Commit

Permalink
Update theme reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored and Simon-Laux committed Oct 18, 2024
1 parent 7d714fa commit 4e19148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Themes are just css files with a header identifying them as a theme:
}
```

You can modify all classes and use all kind of css, but we recommend using the css variables set by [`themes/_themebase.scss`](https://github.com/deltachat/deltachat-desktop/blob/main/themes/_themebase.scss) as these are less likely to change between releases and thus a bit more stable, but in general there are no stability gurantees for theming, so expect to be required to update your theme when you update to a new deltachat desktop version comes out.
You can modify all classes and use all kind of css, but we recommend using the css variables set by [`themes/_themebase.scss`](https://github.com/deltachat/deltachat-desktop/blob/main/packages/frontend/themes/_themebase.scss) as these are less likely to change between releases and thus a bit more stable, but in general there are no stability gurantees for theming, so expect to be required to update your theme when you update to a new deltachat desktop version comes out.

## Setting a theme from CLI

Expand Down

0 comments on commit 4e19148

Please sign in to comment.