generated from evidence-dev/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevidence.config.yaml
62 lines (57 loc) · 1.71 KB
/
evidence.config.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
appearance:
default: system
switcher: true
theme:
# Define the main colors used throughout the UI
colors:
primary:
light: "#53A451" # nf-core green
dark: "#85EA7D" # nf-core light green
accent:
light: "#215EBE" # nf-core blue
dark: "#93C5FD" # lighter blue for dark mode
text:
light: "#1F1F1F" # dark gray/black
dark: "#F1F1F1" # light gray
textSecondary:
light: "#5C5C5C" # medium gray
dark: "#E5E5E5" # lighter gray for dark mode
background:
light: "#FFFFFF" # white
dark: "#212529" # dark gray/black
surface:
light: "#F1F1F1" # light gray
dark: "#2D2D2D" # darker gray for dark mode
# Color palettes for charts with multiple series
colorPalettes:
default:
light:
- "#53A451" # nf-core green
- "#215EBE" # nf-core blue
- "#A16207" # amber
- "#C2410C" # orange
dark:
- "#85EA7D" # light green
- "#93C5FD" # light blue
- "#FDE047" # light amber
- "#FDBA74" # light orange
# Color scales for heatmaps and continuous data
colorScales:
default:
light:
- "#F1F1F1" # light gray
- "#53A451" # nf-core green
dark:
- "#2D2D2D" # dark gray
- "#85EA7D" # light green
plugins:
components:
# This loads all of evidence's core charts and UI components
# You probably don't want to edit this dependency unless you know what you are doing
"@evidence-dev/core-components": {}
datasources:
# You can add additional datasources here by adding npm packages.
# Make to also add them to `package.json`.
"@evidence-dev/csv": {}
"@evidence-dev/duckdb": {}
"@evidence-dev/motherduck": {}