We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483969 commit 2742241Copy full SHA for 2742241
1 file changed
Src/LexText/Interlinear/InterlinVc.cs
@@ -421,7 +421,7 @@ public WsListManager ListManager
421
/// </summary>
422
public static int ApprovedGuessColor
423
{
424
- get { return (int)CmObjectUi.RGB(200, 255, 255); }
+ get { return (int)CmObjectUi.RGB(150, 255, 255); }
425
}
426
427
/// <summary>
@@ -437,7 +437,7 @@ public static int MultipleApprovedGuessColor
437
438
public static int MachineGuessColor
439
440
- get { return (int)CmObjectUi.RGB(254, 240, 206); }
+ get { return (int)CmObjectUi.RGB(234, 220, 186); }
441
442
443
/// <summary/>
0 commit comments