From ffd5fb813914130d55e52b1a8cbeae5f62cbe782 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Wed, 24 Oct 2018 16:38:04 +0200 Subject: Set heatmap color range configurable (#5165) --- custom/conf/app.ini.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'custom') 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 -- cgit v1.2.3