Skip to content
Snippets Groups Projects
Commit 23ee43d6 authored by Lucas Werkmeister's avatar Lucas Werkmeister
Browse files

fix(pride): correct bi pride stripe widths

The outer two stripes should be twice as wide as the middle stripe.
parent f2f3f050
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ flags["trans"] = [
[247, 168, 184],
[85, 205, 252],
]
flags["bi"] = [[214, 2, 112], [155, 79, 150], [0, 56, 168]]
flags["bi"] = [[214, 2, 112], [214, 2, 112], [155, 79, 150], [0, 56, 168], [0, 56, 168]]
flags["ace"] = [[1, 1, 1], [164, 164, 164], [255, 255, 255], [150, 0, 150]]
flags["greyace"] = [
[150, 0, 150],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment