UNPKG
@nicodoggie/kingraph
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
Plots family trees using JavaScript and Graphviz
@nicodoggie/kingraph
/
lib
/
defaults
/
colors.js
13 lines
(11 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
COLORS
=
[
'#D25252'
,
'#CCDF32'
,
'#629755'
,
'#CC7832'
,
'#6897BB'
,
'#BBB529'
,
'#9876AA'
,
'#EFC090'
];
module
.
exports
= COLORS;