Skip to content

Commit 19fa629

Browse files
committed
1 parent 1771826 commit 19fa629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csscolorparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ constexpr NamedColor namedColors[] = {
159159
{ "plum", { 221, 160, 221, 1 } },
160160
{ "powderblue", { 176, 224, 230, 1 } },
161161
{ "purple", { 128, 0, 128, 1 } },
162+
{ "rebeccapurple", { 102, 51, 153, 1 } },
162163
{ "red", { 255, 0, 0, 1 } },
163164
{ "rosybrown", { 188, 143, 143, 1 } },
164165
{ "royalblue", { 65, 105, 225, 1 } },

0 commit comments

Comments
 (0)