-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (29 loc) · 881 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (29 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
GITHUB_TOKEN=ghp_xxx
GITHUB_USER=your-github-username
CRT_OUTPUT_DIR=examples
CRT_THEMES=all
CRT_YEAR=2026
CRT_SHOW_GRID=true
CRT_SHOW_STATS=true
CRT_SHOW_STATS_FOOTER=true
CRT_ENABLE_HOVER_ATTRS=false
CRT_INCLUDE_ORG_PRIVATE=false
CRT_MINIFY_SVG=true
# Custom theme (enable by adding `custom` into CRT_THEMES, e.g. CRT_THEMES=neon,custom)
# CRT_CUSTOM_BASE_THEME=crt
# CRT_CUSTOM_SPECTRUM_CHART=false
# CRT_CUSTOM_BG0=#05060a
# CRT_CUSTOM_BG1=#0b0f17
# CRT_CUSTOM_BG2=#101626
# CRT_CUSTOM_PRIMARY=#6af5ff
# CRT_CUSTOM_PRIMARY_SOFT=#d1fdff
# CRT_CUSTOM_TEXT_DIM=#81a7ba
# CRT_CUSTOM_SCAN=rgb(106,245,255)
# CRT_CUSTOM_ENABLE_LIGHT=true
# CRT_CUSTOM_LIGHT_BG0=#f2f7fb
# CRT_CUSTOM_LIGHT_BG1=#e7eff7
# CRT_CUSTOM_LIGHT_BG2=#dde8f1
# CRT_CUSTOM_LIGHT_PRIMARY=#0b6a9b
# CRT_CUSTOM_LIGHT_PRIMARY_SOFT=#2f9dd0
# CRT_CUSTOM_LIGHT_TEXT_DIM=#466376
# CRT_CUSTOM_LIGHT_SCAN=rgb(47,157,208)