Fixed NB flag

This commit is contained in:
Felizitas Ritter 2023-11-23 00:09:49 +01:00
parent 3a7a29fca0
commit 4fe1e0f1e1
2 changed files with 2 additions and 2 deletions

View file

View file

@ -250,9 +250,9 @@ flag_t pride_nonbinary = {
.stripes = 4,
.bars = 1,
.name = "nonbinary",
.colors = {{.r=0x9c, .g=0x5c ,.b=0xd4},
.colors = {{.r=0xfc, .g=0xf4 ,.b=0x34},
{.r=0xff, .g=0xff ,.b=0xff},
{.r=0xfc, .g=0xf4 ,.b=0x34},
{.r=0x9c, .g=0x5c ,.b=0xd4},
{.r=0x00, .g=0x00 ,.b=0x00}
}
};