diff --git a/src/constants.py b/src/constants.py index c470fd460..fa6d155a8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -38,7 +38,7 @@ class Light: TEXT_DISABLED = "#999999" WORD_FOCUS = "#A7D8FF" CELL_FOCUS = "#FFDA03" - CORRECT = "#20D44A" + CORRECT = "#2f9e49" WRONG = "#FC0A2A" class Dark: