Skip to content

Commit e909303

Browse files
committed
feat: Adds official Prince color
Renames the current Prince color to "Young Prince" to make sure "Prince" is the official prince color
1 parent f5405f1 commit e909303

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

dist/colornames.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7345,7 +7345,7 @@ Primrose,#d6859f
73457345
Primrose Garden,#f3949b
73467346
Primrose Pink,#eed4d9
73477347
Primrose Yellow,#f6d155
7348-
Prince,#b28ebc
7348+
Prince,#4b384c
73497349
Princely Violet,#6d5c7b
73507350
Princess Blue,#00539c
73517351
Princess Bride,#f4c1c1
@@ -10415,6 +10415,7 @@ Young Fern,#71bc78
1041510415
Young Gecko,#aac0ad
1041610416
Young Mahogany,#ca3435
1041710417
Young Night,#232323
10418+
Young Prince,#b28ebc
1041810419
Young Redwood,#ab4e52
1041910420
Young Tangerine,#ffa474
1042010421
Young Wheat,#e1e3a9

dist/colornames.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7345,7 +7345,7 @@
73457345
{"name":"Primrose Garden","hex":"#f3949b"},
73467346
{"name":"Primrose Pink","hex":"#eed4d9"},
73477347
{"name":"Primrose Yellow","hex":"#f6d155"},
7348-
{"name":"Prince","hex":"#b28ebc"},
7348+
{"name":"Prince","hex":"#4b384c"},
73497349
{"name":"Princely Violet","hex":"#6d5c7b"},
73507350
{"name":"Princess Blue","hex":"#00539c"},
73517351
{"name":"Princess Bride","hex":"#f4c1c1"},
@@ -10415,6 +10415,7 @@
1041510415
{"name":"Young Gecko","hex":"#aac0ad"},
1041610416
{"name":"Young Mahogany","hex":"#ca3435"},
1041710417
{"name":"Young Night","hex":"#232323"},
10418+
{"name":"Young Prince","hex":"#b28ebc"},
1041810419
{"name":"Young Redwood","hex":"#ab4e52"},
1041910420
{"name":"Young Tangerine","hex":"#ffa474"},
1042010421
{"name":"Young Wheat","hex":"#e1e3a9"},

dist/colornames.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22039,7 +22039,7 @@
2203922039
hex: "#f6d155"
2204022040
-
2204122041
name: "Prince"
22042-
hex: "#b28ebc"
22042+
hex: "#4b384c"
2204322043
-
2204422044
name: "Princely Violet"
2204522045
hex: "#6d5c7b"
@@ -31247,6 +31247,9 @@
3124731247
-
3124831248
name: "Young Night"
3124931249
hex: "#232323"
31250+
-
31251+
name: "Young Prince"
31252+
hex: "#b28ebc"
3125031253
-
3125131254
name: "Young Redwood"
3125231255
hex: "#ab4e52"

src/colornames.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7345,7 +7345,7 @@ Primrose,#d6859f
73457345
Primrose Garden,#f3949b
73467346
Primrose Pink,#eed4d9
73477347
Primrose Yellow,#f6d155
7348-
Prince,#b28ebc
7348+
Prince,#4b384c
73497349
Princely Violet,#6d5c7b
73507350
Princess Blue,#00539c
73517351
Princess Bride,#f4c1c1
@@ -10415,6 +10415,7 @@ Young Fern,#71bc78
1041510415
Young Gecko,#aac0ad
1041610416
Young Mahogany,#ca3435
1041710417
Young Night,#232323
10418+
Young Prince,#b28ebc
1041810419
Young Redwood,#ab4e52
1041910420
Young Tangerine,#ffa474
1042010421
Young Wheat,#e1e3a9

0 commit comments

Comments
 (0)