You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,44 @@ playwright install
61
61
- Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
62
62
- Check the "Use Own Browser" option within the Browser Settings.
63
63
64
+
### Options:
65
+
66
+
### `--theme`
67
+
68
+
- **Type**: `str`
69
+
- **Default**: `Ocean`
70
+
- **Description**: Specifies the theme for the user interface.
71
+
- **Options**:
72
+
The available themes are defined in the `theme_map` dictionary. Below are the options you can choose from:
73
+
- **Default**: The standard theme with a balanced design.
74
+
- **Soft**: A gentle, muted color scheme for a relaxed viewing experience.
75
+
- **Monochrome**: A grayscale theme with minimal color for simplicity and focus.
76
+
- **Glass**: A sleek, semi-transparent design for a modern appearance.
77
+
- **Origin**: A classic, retro-inspired theme for a nostalgic feel.
78
+
- **Citrus**: A vibrant, citrus-inspired palette with bright and fresh colors.
79
+
- **Ocean** (default): A blue, ocean-inspired theme providing a calming effect.
- **Description**: Enables dark mode forthe user interface. This is a simple toggle; including the flag activates dark mode, while omitting it keeps the interfacein light mode.
92
+
- **Options**:
93
+
- **Enabled (`--dark-mode`)**: Activates dark mode, switching the interface to a dark color scheme forbetter visibilityin low-light environments.
94
+
- **Disabled (default)**: Keeps the interface in the default light mode.
0 commit comments