Skip to content

Commit

Permalink
Update theme-customization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn authored Oct 20, 2024
1 parent facf0d8 commit 7a24360
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/theme-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ You can insert custom JS that completely modifies the elements on the dashboard

There are some customizations that are not modifiable by Ant Design by default. Those customizations can be modified through CapRover extra configuration box.

Currently, the only parameter here is the theme of side bar on the dashboard (light or dark). By default, CapRover uses light side bar
Currently, the only parameter here is the theme of side bar on the dashboard (light or dark), but there might be more in the future.

```js
{
siderTheme: "dark";
}
```

But there might be more in the future.


### Submit your custom themes!

If you have built a new fun theme, feel free to submit a pull request to include it in [our built-in themes](https://github.com/caprover/caprover/tree/master/template/themes)

0 comments on commit 7a24360

Please sign in to comment.