mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Set heatmap color range configurable (#5165)
This commit is contained in:
committed by
Jonas Franz
parent
7e5eec430d
commit
ffd5fb8139
@@ -85,6 +85,8 @@ MAX_DISPLAY_FILE_SIZE = 8388608
|
||||
SHOW_USER_EMAIL = true
|
||||
; Set the default theme for the Gitea install
|
||||
DEFAULT_THEME = gitea
|
||||
; Set the color range to use for heatmap (default to `['#f4f4f4', '#459928']` but can use `['#2d303b', '#80bb46']` with the theme `arc-green`)
|
||||
HEATMAP_COLOR_RANGE = `['#f4f4f4', '#459928']`
|
||||
|
||||
[ui.admin]
|
||||
; Number of users that are displayed on one page
|
||||
|
Reference in New Issue
Block a user