mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 09:21:39 +00:00
17 lines
662 B
YAML
17 lines
662 B
YAML
- type: extension
|
|
url: http://localhost:8181/graph/prnk28
|
|
allow-potentially-dangerous-html: true
|
|
parameters:
|
|
background-color: "#1d2025" # cell background
|
|
primary-color: "#f3afaf" # cell foreground
|
|
svg-height: 150 # height for graph svg
|
|
show-months: true # show months on the graph
|
|
show-weekdays: true # show weekdays on the graph
|
|
font-size: 9 # size of weekdays & months text on graph
|
|
|
|
# if true, it will transition the hue from background
|
|
# to primary color per the number of commits.
|
|
# otherwise it will just use the background hue for
|
|
# 0 commits and the foreground hue for all others
|
|
transition-hue: false
|