Files
OpenRA/mods/common/metrics.yaml
Joe Alam 7221c29d9b Added text selection and copy support to TextFieldWidget.
Use Shift and navigation key (cursor, home, end) to select a portion of
text, and replace/delete/cut as appropriate.
Also provides support for selection with mouse (click and drag)
2018-04-08 19:24:22 +02:00

45 lines
1.2 KiB
YAML

Metrics:
ButtonBaseLine: 0
ButtonDepth: 1
ButtonFont: Regular
ButtonTextColor: FFFFFF
ButtonTextColorDisabled: 808080
ButtonTextContrast: false
ButtonTextContrastColorDark: 000000
ButtonTextContrastColorLight: 7F7F7F
ButtonTextShadow: false
CheckboxPressedState: false
GameStartedColor: FFA500
HotkeyColor: FFFFFF
HotkeyColorDisabled: 808080
HotkeyFont: Regular
IncompatibleGameColor: A9A9A9
IncompatibleGameStartedColor: D2691E
IncompatibleProtectedGameColor: 8B0000
IncompatibleVersionColor: FF0000
IncompatibleWaitingGameColor: 32CD32
PlayerStanceColorAllies: FFFF00
PlayerStanceColorEnemies: FF0000
PlayerStanceColorNeutrals: D2B48C
PlayerStanceColorSelf: 32CD32
ProtectedGameColor: FF0000
SpawnColor: FFFFFF
SpawnContrastColor: 000000
SpawnFont: TinyBold
SpawnLabelOffset: 0,1
TextColor: FFFFFF
TextContrast: false
TextContrastColorDark: 000000
TextContrastColorLight: 7F7F7F
TextFont: Regular
TextShadow: false
TextfieldColor: FFFFFF
TextfieldColorDisabled: 808080
TextfieldColorInvalid: FFC0C0
TextfieldColorHighlight: 195BC4
TextfieldFont: Regular
WaitingGameColor: 00FF00
UPnPDisabledColor: FFFFFF
UPnPEnabledColor: 00FF00
UPnPNotSupportedColor: FF0000