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
* giteaofficial/main:
Fix a panic bug when head repository deleting (go-gitea#30674)
Fix some bug on migrations (go-gitea#30647)
Fix checkbox field markup (go-gitea#30666)
Avoid doubled border for the PR info segment (go-gitea#30663)
Interpolate runs-on with variables when scheduling tasks (go-gitea#30640)
Initial support for colorblindness-friendly themes (go-gitea#30625)
Fix flash message for flex-container (go-gitea#30657)
Perform Newest sort type correctly when sorting issues (go-gitea#30644)
Fix project name wrapping, remove horizontal margin on header (go-gitea#30631)
Add a db consistency check to remove runners that do not belong to a repository (go-gitea#30614)
Fix wrong table name (go-gitea#30557)
Fix compare api swagger (go-gitea#30648)
[skip ci] Updated translations via Crowdin
Fix queue test (go-gitea#30646)
Enable jquery-related eslint rules that have no violations (go-gitea#30632)
Enable more `revive` linter rules (go-gitea#30608)
Remove obsolete CSS text classes (go-gitea#30576)
Hide diff stats on empty PRs (go-gitea#30629)
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,10 +214,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
214
214
-`SITEMAP_PAGING_NUM`: **20**: Number of items that are displayed in a single subsitemap.
215
215
-`GRAPH_MAX_COMMIT_NUM`: **100**: Number of maximum commits shown in the commit graph.
216
216
-`CODE_COMMENT_LINES`: **4**: Number of line of codes shown for a code comment.
217
-
-`DEFAULT_THEME`: **gitea-auto**: \[gitea-auto, gitea-light, gitea-dark\]: Set the default theme for the Gitea installation.
217
+
-`DEFAULT_THEME`: **gitea-auto**: Set the default theme for the Gitea installation, custom themes could be provided by "{CustomPath}/public/assets/css/theme-*.css".
218
218
-`SHOW_USER_EMAIL`: **true**: Whether the email of the user should be shown in the Explore Users page.
219
-
-`THEMES`: **gitea-auto,gitea-light,gitea-dark**: All available themes. Allow users select personalized themes.
220
-
regardless of the value of `DEFAULT_THEME`.
219
+
-`THEMES`: **_empty_**: All available themes by "{CustomPath}/public/assets/css/theme-*.css". Allow users select personalized themes.
221
220
-`MAX_DISPLAY_FILE_SIZE`: **8388608**: Max size of files to be displayed (default is 8MiB)
222
221
-`AMBIGUOUS_UNICODE_DETECTION`: **true**: Detect ambiguous unicode characters in file contents and show warnings on the UI
223
222
-`REACTIONS`: All available reactions users can choose on issues/prs and comments
Copy file name to clipboardExpand all lines: docs/content/help/faq.en-us.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,17 +178,6 @@ At some point, a customer or third party needs access to a specific repo and onl
178
178
179
179
Use [Fail2Ban](administration/fail2ban-setup.md) to monitor and stop automated login attempts or other malicious behavior based on log patterns
180
180
181
-
## How to add/use custom themes
182
-
183
-
Gitea supports three official themes right now, `gitea-light`, `gitea-dark`, and `gitea-auto` (automatically switches between the previous two depending on operating system settings).
184
-
To add your own theme, currently the only way is to provide a complete theme (not just color overrides)
185
-
186
-
As an example, let's say our theme is `arc-blue` (this is a real theme, and can be found [in this issue](https://github.com/go-gitea/gitea/issues/6011))
187
-
188
-
Name the `.css` file `theme-arc-blue.css` and add it to your custom folder in `custom/public/assets/css`
189
-
190
-
Allow users to use it by adding `arc-blue` to the list of `THEMES` in your `app.ini`
191
-
192
181
## SSHD vs built-in SSH
193
182
194
183
SSHD is the built-in SSH server on most Unix systems.
0 commit comments