Do not use too bright color

This commit is contained in:
Paul Nameless 2020-07-01 10:36:34 +08:00
parent 06db6981b5
commit ac972ef6c3

View file

@ -17,7 +17,7 @@ yellow = curses.COLOR_YELLOW
default = -1
user_colors = list(c for c in range(0, 16) if c not in (black, white))
user_colors = list(c for c in range(0, 16) if c not in (black, white, 8))
# modes
normal = curses.A_NORMAL