Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 310ef38

Browse files
committed
Updated colors.
1 parent 210c779 commit 310ef38

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/SignsInternal/PluginGui/Color.lua

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ local choices = {
99
Color = Color3.fromRGB(128, 128, 128),
1010
Text = [[<font color="rgb(128, 128, 128)">Grey</font>]]},
1111
{Id = "3",
12-
Color = Color3.fromRGB(196, 40, 28),
13-
Text = [[<font color="rgb(196, 40, 28)">Red</font>]]},
12+
Color = Color3.fromRGB(255, 0, 0),
13+
Text = [[<font color="rgb(255, 0, 0)">Red</font>]]},
1414
{Id = "4",
15-
Color = Color3.fromRGB(245, 205, 48),
15+
Color = Color3.fromRGB(255, 255, 0),
1616
Text = [[<font color="rgb(245, 205, 48)">Yellow</font>]]},
1717
{Id = "5",
18-
Color = Color3.fromRGB(218, 133, 65),
19-
Text = [[<font color="rgb(218, 133, 65)">Orange</font>]]},
18+
Color = Color3.fromRGB(255, 170, 0),
19+
Text = [[<font color="rgb(255, 170, 0)">Orange</font>]]},
2020
{Id = "6",
21-
Color = Color3.fromRGB(75, 151, 75),
22-
Text = [[<font color="rgb(75, 151, 75)">Green</font>]]},
21+
Color = Color3.fromRGB(0, 255, 0),
22+
Text = [[<font color="rgb(0, 255, 0)">Green</font>]]},
2323
{Id = "7",
24-
Color = Color3.fromRGB(13, 105, 172),
25-
Text = [[<font color="rgb(13, 105, 172)">Blue</font>]]},
24+
Color = Color3.fromRGB(0, 0, 255),
25+
Text = [[<font color="rgb(0, 0, 255)">Blue</font>]]},
2626
{Id = "8",
27-
Color = Color3.fromRGB(107, 50, 124),
28-
Text = [[<font color="rgb(107, 50, 124)">Violet</font>]]},
27+
Color = Color3.fromRGB(170, 0, 255),
28+
Text = [[<font color="rgb(170, 0, 255)">Violet</font>]]},
2929
{Id = "9",
30-
Color = Color3.fromRGB(170, 0, 170),
31-
Text = [[<font color="rgb(170, 0, 170)">Magenta</font>]]},
30+
Color = Color3.fromRGB(255, 0, 255),
31+
Text = [[<font color="rgb(255, 0, 255)">Pink</font>]]},
3232
{Id = "10",
3333
Color = Color3.fromRGB(27, 42, 53),
3434
Text = [[<stroke color="rgb(255, 255, 255)" joins="round" thickness="1" transparency="0.75"><font color="rgb(27, 42, 53)">Black</font></stroke>]]},

0 commit comments

Comments
 (0)