Move shared color definitions to common metrics

This commit is contained in:
abcdefg30
2020-09-21 22:48:34 +02:00
committed by Paul Chote
parent c6cc2405d3
commit 1ad9a4b65d
5 changed files with 5 additions and 20 deletions

View File

@@ -7,8 +7,3 @@ Metrics:
ColorPickerActorType: fact.colorpicker ColorPickerActorType: fact.colorpicker
ColorPickerRemapIndices: 176, 178, 180, 182, 184, 186, 189, 191, 177, 179, 181, 183, 185, 187, 188, 190 ColorPickerRemapIndices: 176, 178, 180, 182, 184, 186, 189, 191, 177, 179, 181, 183, 185, 187, 188, 190
TextfieldColorHighlight: 800000 TextfieldColorHighlight: 800000
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00

View File

@@ -49,3 +49,8 @@ Metrics:
ChatLineSound: ChatLine ChatLineSound: ChatLine
ClickDisabledSound: ClickDisabledSound ClickDisabledSound: ClickDisabledSound
ClickSound: ClickSound ClickSound: ClickSound
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00

View File

@@ -7,8 +7,3 @@ Metrics:
FactionSuffix-smuggler: ordos FactionSuffix-smuggler: ordos
FactionSuffix-mercenary: ordos FactionSuffix-mercenary: ordos
TextfieldColorHighlight: 7f4d29 TextfieldColorHighlight: 7f4d29
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00

View File

@@ -16,8 +16,3 @@ Metrics:
IncompatibleProtectedGameColor: B22222 IncompatibleProtectedGameColor: B22222
IncompatibleVersionColor: D3D3D3 IncompatibleVersionColor: D3D3D3
TextfieldColorHighlight: 562020 TextfieldColorHighlight: 562020
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00

View File

@@ -3,8 +3,3 @@ Metrics:
ColorPickerActorType: mmch.colorpicker ColorPickerActorType: mmch.colorpicker
ColorPickerRemapIndices: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ColorPickerRemapIndices: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
TextfieldColorHighlight: 1a1a1a TextfieldColorHighlight: 1a1a1a
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00