Skip to content

Commit

Permalink
Adjust available colors (FAForever#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguin5 authored Apr 8, 2022
1 parent 64c0550 commit 5c96435
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/GameColors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ GameColors = {

-- Default color order used for lobbies/TMM if not otherwise specified. Tightly coupled
-- with the ArmyColors and the PlayerColors tables.
DefaultColorOrder = {2, 12, 1, 9, 6, 13, 25, 17, 23, 11, 3, 16, 24, 18, 19, 14},
DefaultColorOrder = {2, 11, 1, 8, 5, 12, 22, 15, 20, 10, 3, 14, 21, 7, 16, 13},

-- Faction colours
ArmyColors = {
"FF2929e1", -- UEF blue
"ff436eee", -- new blue1
"ff1a9ba2", -- dark cyan
"ff6fa8dc", -- sky blue
"ff8e7cc3", -- light purple
"ff9161ff", -- purple
"FF5F01A7", -- dark purple
"ff920092", -- rich purple
Expand All @@ -25,12 +24,10 @@ GameColors = {
"FFFF873E", -- Nomads orange
"ffb76518", -- new brown
"ffa79602", -- Sera golden
"FFD8B038", -- golden brown
"fffafa00", -- new yellow
"ffffffff", -- white
"ff616d7e", -- grey
"FF2F4F4F", -- olive (dark green)
"ff1c6404", -- dark green
"ff2e8b57", -- new green
"ff40bf40", -- mid green
"ff9fd802", -- Order Green
Expand All @@ -42,7 +39,6 @@ GameColors = {
"ff436eee", -- new blue1
"ff1a9ba2", -- dark cyan
"ff6fa8dc", -- sky blue
"ff8e7cc3", -- light purple
"ff9161ff", -- purple
"FF5F01A7", -- dark purple
"ff920092", -- rich purple
Expand All @@ -53,12 +49,10 @@ GameColors = {
"FFFF873E", -- Nomads orange
"ffb76518", -- new brown
"ffa79602", -- Sera golden
"FFD8B038", -- golden brown
"fffafa00", -- new yellow
"ffffffff", -- white
"ff616d7e", -- grey
"FF2F4F4F", -- olive (dark green)
"ff1c6404", -- dark green
"ff2e8b57", -- new green
"ff40bf40", -- mid green
"ff9fd802", -- Order Green
Expand Down

0 comments on commit 5c96435

Please sign in to comment.