Compare commits

..

1 Commits
hs2 ... main

View File

@ -83,19 +83,19 @@ if __name__ == "__main__":
parser.add_argument(
"--img-bg-color",
type=str,
default="#FFFFFF",
default="#EDEFEB",
help="Color outside of the map, the image file background.",
)
parser.add_argument(
"--map-bg-color",
type=str,
default="#4279BC",
default="#202020",
help="Color code for the background map, non highlighted areas.",
)
parser.add_argument(
"--map-accent-color",
type=str,
default="#DA532C",
default="#EF7C21",
help="Color code for the highlighted areas on the map.",
)
args = parser.parse_args()