File tree 1 file changed +2
-2
lines changed
docs/content/doc/advanced
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,8 +335,8 @@ The list of themes a user can choose from can be configured with the `THEMES` va
335
335
336
336
To make a custom theme available to all users:
337
337
338
- 1 . Add a CSS file to ` $GITEA_PUBLIC /public/css/theme-<theme-name>.css ` .
339
- The value of ` $GITEA_PUBLIC ` of your instance can be queried by calling ` gitea help ` and looking up the value of "CustomPath".
338
+ 1 . Add a CSS file to ` $GITEA_CUSTOM /public/css/theme-<theme-name>.css ` .
339
+ The value of ` $GITEA_CUSTOM ` of your instance can be queried by calling ` gitea help ` and looking up the value of "CustomPath".
340
340
2 . Add ` <theme-name> ` to the comma-separated list of setting ` THEMES ` in ` app.ini `
341
341
342
342
Community themes are listed in [ gitea/awesome-gitea#themes] ( https://gitea.com/gitea/awesome-gitea#themes ) .
You can’t perform that action at this time.
0 commit comments