Skip to content

Commit fd0e6b3

Browse files
authored
Tweak Crimson Color (#823)
* Remove Crimson * Restore Crimson + Tweaks
1 parent ae7f289 commit fd0e6b3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

game-assets/cncnet.pack/rulesmd.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,7 +3630,7 @@ Gold=43,239,255 ; Yellow
36303630
LightGrey=0,0,240 ; White
36313631
Grey=0,0,131 ; Grey
36323632
Red=20,255,184 ; Brown
3633-
DarkRed=0,230,255 ; Red
3633+
DarkRed=5,255,225 ; Red
36343634
Orange=25,230,255 ; Orange
36353635
Magenta=221,102,255 ; Pink
36363636
Purple=201,201,189 ; Purple
@@ -3646,7 +3646,7 @@ Purple2=211,201,189
36463646
Purple3=191,201,189
36473647

36483648
; New MP colors
3649-
Crimson=255,255,180 ; Crimson
3649+
Crimson=240,225,190 ; Crimson
36503650
Brown=21,171,101 ; Brown
36513651
NewMagenta=215,230,250 ; Magenta
36523652
Teal=125,255,130 ; Teal
@@ -3660,7 +3660,7 @@ Pistachio=57,220,230 ; Pistachio
36603660
AlliedLoad=164,255,255 ; 17
36613661
SovietLoad=0,235,255 ; 18
36623662
FirstText=153,214,212 ; First Text
3663-
SecondText=0,230,255 ; Second Text
3663+
SecondText=5,255,225 ; Second Text
36643664

36653665
;This is the ColorAdd section
36663666
;These are the colors used to tint buildings, such as when they are designated for an Airstrike

game-assets/cncnet.pack/uimd.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Slot7.ColorScheme=Purple
5151
Slot8.DisplayColor=255,156,239
5252
Slot8.ColorScheme=Magenta
5353

54-
Slot9.DisplayColor=180,10,90
54+
Slot9.DisplayColor=190,22,85
5555
Slot9.ColorScheme=Crimson
5656

5757
Slot10.DisplayColor=101,67,33

game-assets/ra2mode.pack/rulesmd.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ Gold=41,240,230 ; Yellow
32303230
LightGrey=0,0,240 ; White
32313231
Grey=0,0,131 ; Grey
32323232
Red=20,255,184 ; Brown
3233-
DarkRed=0,230,255 ; Red
3233+
DarkRed=5,255,225 ; Red
32343234
Orange=25,230,255 ; Orange
32353235
Magenta=221,102,255 ; Pink
32363236
Purple=201,201,189 ; Purple
@@ -3244,7 +3244,7 @@ NeonGreen=0,0,0 ; Black
32443244
Yellow=38,159,255 ; Pastel yellow
32453245

32463246
; New MP Colors
3247-
Crimson=255,255,180 ; Crimson
3247+
Crimson=240,225,190 ; Crimson
32483248
Brown=21,171,101 ; Brown
32493249
NewMagenta=215,230,250 ; Magenta
32503250
Teal=125,255,130 ; Teal
@@ -3256,7 +3256,7 @@ Pistachio=57,220,230 ; Pistachio
32563256
AlliedLoad=164,255,255 ; 17
32573257
SovietLoad=0,235,255 ; 18
32583258
FirstText=153,214,212 ; First Text
3259-
SecondText=0,230,255 ; Second Text
3259+
SecondText=5,255,225 ; Second Text
32603260

32613261

32623262
; ******* Difficulty Settings *******

game-assets/ra2mode.pack/uimd.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Slot7.ColorScheme=Purple
5151
Slot8.DisplayColor=255,156,239
5252
Slot8.ColorScheme=Magenta
5353

54-
Slot9.DisplayColor=180,10,90
54+
Slot9.DisplayColor=190,22,85
5555
Slot9.ColorScheme=Crimson
5656

5757
Slot10.DisplayColor=101,67,33

package/Resources/GameOptions.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Orange=255,165,24,4
2626
Cyan=49,214,231,5
2727
Purple=148,41,189,6
2828
Pink=255,156,239,7
29-
Crimson=180,10,90,8
29+
Crimson=190,22,85,8
3030
Brown=101,67,33,9
3131
Magenta=250,25,250,10
3232
Teal=0,128,128,11

0 commit comments

Comments
 (0)