From 3b0a9ba5385cf0e37453d6eec67f9fbc67773754 Mon Sep 17 00:00:00 2001 From: Eythan David Date: Sun, 18 Aug 2024 00:56:19 -0500 Subject: [PATCH] docs(themes): add warning --- documentation/themes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/themes.md b/documentation/themes.md index 25ce4df0..1ddcff8d 100644 --- a/documentation/themes.md +++ b/documentation/themes.md @@ -1,5 +1,7 @@ # Themes +> **Warning:** Do not modify the files in the installation directory. These files are overwritten with each update. To make custom changes, please follow the next guide. + In Seelen UI, themes are managed as layers, allowing multiple themes to be used simultaneously. Since themes are like CSS files, their order is crucial as it determines the cascade order. Themes can be either a single file or a folder containing a specific file. The file should be a `.yml` file that adheres to the [theme schema](./schemas/theme.schema.json).