mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 10:38:23 +00:00
Do not use too bright color
This commit is contained in:
parent
06db6981b5
commit
ac972ef6c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue