diff --git a/terminis/terminis.py b/terminis/terminis.py index 01f81b7..14339b1 100644 --- a/terminis/terminis.py +++ b/terminis/terminis.py @@ -11,7 +11,7 @@ You can install it on Windows with: pip install --user windows-curses""" ) else: - curses.COLOR_ORANGE = 8 + curses.COLOR_ORANGE = curses.COLOR_WHITE import random import sched