UNPKG
vega-themes
Version:
canary (2.12.1--canary.402.305039f.0)
latest (3.0.0)
next (3.0.0-alpha.3)
3.0.0
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.15.0
2.14.0
2.13.0
2.13.0-next.0
2.12.1
2.12.1--canary.402.305039f.0
2.12.0
2.10.1--canary.399.5c87997.0
2.10.1--canary.337.86557bf.0
2.10.1--canary.327.aea56da.0
2.10.1--canary.325.ca4a56e.0
2.10.0
2.9.1
2.9.0
2.8.5
2.8.4
2.8.3
2.8.2
2.7.1
2.6.1
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.1.0
Themes for stylized Vega and Vega-Lite visualizations.
github.com/vega/vega-themes
vega/vega-themes
vega-themes
/
src
/
theme-carbong90.ts
9 lines
(6 loc)
•
155 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
genCarbonConfig
from
'./carbongen.js'
;
const
carbong90 =
genCarbonConfig
({
theme
:
'g90'
,
background
:
'#262626'
, });
export
default
carbong90;