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
@@ -300,6 +300,7 @@ var (
|
||||
MaxDisplayFileSize int64
|
||||
ShowUserEmail bool
|
||||
DefaultTheme string
|
||||
HeatmapColorRange string
|
||||
|
||||
Admin struct {
|
||||
UserPagingNum int
|
||||
@@ -326,6 +327,7 @@ var (
|
||||
ThemeColorMetaTag: `#6cc644`,
|
||||
MaxDisplayFileSize: 8388608,
|
||||
DefaultTheme: `gitea`,
|
||||
HeatmapColorRange: `['#f4f4f4', '#459928']`,
|
||||
Admin: struct {
|
||||
UserPagingNum int
|
||||
RepoPagingNum int
|
||||
|
Reference in New Issue
Block a user