Skip to content

Commit 1891e59

Browse files
committed
copy
1 parent 047e040 commit 1891e59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/docs/features/themes.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Themes
3-
description: Learn how to customize the look and feel of the llms .py Web UI using themes. Create your own themes or use the built-in options to personalize your experience.
3+
description: Learn how to customize the look and feel of the llms .py Web UI using themes. Create your own themes or use the built-in options to personalize your UX
44
---
55

6-
llms.py supports a flexible theming system that allows you to customize the look and feel of llms .py Web UI. Themes can define color schemes, background images, and specific CSS/Tailwind classes for different UI components.
6+
llms.py includes a powerful theming system for customizing the appearance of its Web UI. Themes control color schemes, background images, and CSS/Tailwind classes across UI components, letting you tailor the interface to match your brand or preferences.
77

8-
## Available Default Themes
8+
## Default Themes
99

1010
The Web UI comes with the following themes built-in:
1111

@@ -118,7 +118,8 @@ You can then reference these assets in your `theme.json` file. For instance, to
118118
}
119119
}
120120
```
121-
*(Note: Assets placed in the `ui` folder are served dynamically by the application.)*
121+
122+
<Tip>Assets placed in the `/ui` folder are served dynamically by at `/themes/<theme-name>/ui`</Tip>
122123

123124
### 5. Typography in Markdown
124125

0 commit comments

Comments
 (0)