diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-10-24 16:38:04 +0200 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-10-24 16:38:04 +0200 |
commit | ffd5fb813914130d55e52b1a8cbeae5f62cbe782 (patch) | |
tree | 9f88379714e1e2a20d4b4a9cb82ea0fe8fba379c /custom | |
parent | 7e5eec430d87b9c97c32531ec15c355b54bbc26d (diff) | |
download | gitea-ffd5fb813914130d55e52b1a8cbeae5f62cbe782.tar.gz gitea-ffd5fb813914130d55e52b1a8cbeae5f62cbe782.zip |
Set heatmap color range configurable (#5165)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 47d7bcb6a4..1a85f9364d 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -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 |