add #a351fb as first default color into sv.draw.color.ColorPalette (#424)
Co-authored-by: keshav278 <vkeshav278@gmail.com>
This commit is contained in:
parent
77c126e421
commit
07ec604102
|
|
@ -4,6 +4,7 @@ from dataclasses import dataclass
|
|||
from typing import List, Tuple
|
||||
|
||||
DEFAULT_COLOR_PALETTE = [
|
||||
"#a351fb",
|
||||
"#e6194b",
|
||||
"#3cb44b",
|
||||
"#ffe119",
|
||||
|
|
|
|||
Loading…
Reference in New Issue