forked from Gro/member-map
test: HS adjustment
This commit is contained in:
parent
85d932e23e
commit
67539333bf
6
main.py
6
main.py
@ -83,19 +83,19 @@ if __name__ == "__main__":
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--img-bg-color",
|
"--img-bg-color",
|
||||||
type=str,
|
type=str,
|
||||||
default="#EDEFEB",
|
default="#FFFFFF",
|
||||||
help="Color outside of the map, the image file background.",
|
help="Color outside of the map, the image file background.",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--map-bg-color",
|
"--map-bg-color",
|
||||||
type=str,
|
type=str,
|
||||||
default="#202020",
|
default="#4279BC",
|
||||||
help="Color code for the background map, non highlighted areas.",
|
help="Color code for the background map, non highlighted areas.",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--map-accent-color",
|
"--map-accent-color",
|
||||||
type=str,
|
type=str,
|
||||||
default="#EF7C21",
|
default="#DA532C",
|
||||||
help="Color code for the highlighted areas on the map.",
|
help="Color code for the highlighted areas on the map.",
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user