Skip to content

Commit 2742241

Browse files
authored
Fix LT-22146: Darken guess colors in interlinear text display (#366)
1 parent 2483969 commit 2742241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Src/LexText/Interlinear/InterlinVc.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public WsListManager ListManager
421421
/// </summary>
422422
public static int ApprovedGuessColor
423423
{
424-
get { return (int)CmObjectUi.RGB(200, 255, 255); }
424+
get { return (int)CmObjectUi.RGB(150, 255, 255); }
425425
}
426426

427427
/// <summary>
@@ -437,7 +437,7 @@ public static int MultipleApprovedGuessColor
437437
/// </summary>
438438
public static int MachineGuessColor
439439
{
440-
get { return (int)CmObjectUi.RGB(254, 240, 206); }
440+
get { return (int)CmObjectUi.RGB(234, 220, 186); }
441441
}
442442

443443
/// <summary/>

0 commit comments

Comments
 (0)