add #a351fb as first default color into sv.draw.color.ColorPalette (#424)

Co-authored-by: keshav278 <vkeshav278@gmail.com>
This commit is contained in:
Keshav Subramanian 2023-10-05 22:34:48 +05:30 committed by GitHub
parent 77c126e421
commit 07ec604102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from dataclasses import dataclass
from typing import List, Tuple
DEFAULT_COLOR_PALETTE = [
"#a351fb",
"#e6194b",
"#3cb44b",
"#ffe119",