File tree Expand file tree Collapse file tree 1 file changed +81
-0
lines changed Expand file tree Collapse file tree 1 file changed +81
-0
lines changed Original file line number Diff line number Diff line change 1+ appearance :
2+ default : system
3+ switcher : true
4+
5+ theme :
6+ colorPalettes :
7+ default :
8+ light :
9+ - " #236aa4"
10+ - " #45a1bf"
11+ - " #a5cdee"
12+ - " #8dacbf"
13+ - " #85c7c6"
14+ - " #d2c6ac"
15+ - " #f4b548"
16+ - " #8f3d56"
17+ - " #71b9f4"
18+ - " #46a485"
19+ dark :
20+ - " #236aa4"
21+ - " #45a1bf"
22+ - " #a5cdee"
23+ - " #8dacbf"
24+ - " #85c7c6"
25+ - " #d2c6ac"
26+ - " #f4b548"
27+ - " #8f3d56"
28+ - " #71b9f4"
29+ - " #46a485"
30+ colorScales :
31+ default :
32+ light :
33+ - " #ADD8E6"
34+ - " #00008B"
35+ dark :
36+ - " #ADD8E6"
37+ - " #00008B"
38+ colors :
39+ primary :
40+ light : " #2563eb"
41+ dark : " #3b82f6"
42+ accent :
43+ light : " #c2410c"
44+ dark : " #fdba74"
45+ base :
46+ light : " #ffffff"
47+ dark : " #09090b"
48+ info :
49+ light : " #0284c7"
50+ dark : " #38bdf8"
51+ positive :
52+ light : " #16a34a"
53+ dark : " #4ade80"
54+ warning :
55+ light : " #f8c900"
56+ dark : " #fbbf24"
57+ negative :
58+ light : " #dc2626"
59+ dark : " #f87171"
60+
61+ plugins :
62+ components :
63+ # This loads all of evidence's core charts and UI components
64+ # You probably don't want to edit this dependency unless you know what you are doing
65+ " @evidence-dev/core-components " : {}
66+
67+ datasources :
68+ # You can add additional datasources here by adding npm packages.
69+ # Make to also add them to `package.json`.
70+ " @evidence-dev/bigquery " : { }
71+ " @evidence-dev/csv " : { }
72+ " @evidence-dev/databricks " : { }
73+ " @evidence-dev/duckdb " : { }
74+ " @evidence-dev/mssql " : { }
75+ " @evidence-dev/mysql " : { }
76+ " @evidence-dev/postgres " : { }
77+ " @evidence-dev/source-javascript " : { }
78+ " @evidence-dev/snowflake " : { }
79+ " @evidence-dev/sqlite " : { }
80+ " @evidence-dev/trino " : { }
81+ " @evidence-dev/motherduck " : { }
You can’t perform that action at this time.
0 commit comments