From 7a24360a516c051a6128567bb60d6ad5a5f516c0 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 20 Oct 2024 10:10:33 -0700 Subject: [PATCH] Update theme-customization.md --- docs/theme-customization.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/theme-customization.md b/docs/theme-customization.md index 79bfb06..f858ca7 100644 --- a/docs/theme-customization.md +++ b/docs/theme-customization.md @@ -38,7 +38,7 @@ 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 { @@ -46,4 +46,8 @@ Currently, the only parameter here is the theme of side bar on the dashboard (li } ``` -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)