Change color of selection box based on selection mode.

This commit is contained in:
tovl
2019-11-21 00:34:05 +01:00
committed by reaperrr
parent efc06a020b
commit 088919fecc
5 changed files with 32 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ Metrics:
ClickSound: ClickSound
ChatMessageColor: FFFFFF
SystemMessageColor: FFFF00
NormalSelectionColor: FFFFFF
AltSelectionColor: 00FFFF
CtrlSelectionColor: FFFF00